package.json update: name, descrption, version and private updated to reflect the project.

This commit is contained in:
JaxxMoss 2025-05-08 23:52:10 +02:00
parent b0d629da66
commit bb5aedf04a

View file

@ -1,7 +1,8 @@
{ {
"name": "fe", "name": "Macrame - UI",
"version": "0.0.0", "description": "Macrame UI - Macrame is a small application that can turn any device into a button panel for your pc.",
"private": true, "version": "1.0.0",
"private": false,
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",