Initialize package.json with project settings

This commit is contained in:
Natxo
2026-03-13 13:58:46 +01:00
committed by GitHub
parent 4e892e9e5c
commit f429a5c440

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "sigpro",
"version": "1.0.0",
"type": "module",
"scripts": {
"del": "rm node_modules/.vite/deps -r",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}