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",
"version": "0.0.0",
"private": true,
"name": "Macrame - UI",
"description": "Macrame UI - Macrame is a small application that can turn any device into a button panel for your pc.",
"version": "1.0.0",
"private": false,
"type": "module",
"scripts": {
"dev": "vite --host",