doc: add Readme and information in package.json

This commit is contained in:
Samuel 2025-01-23 21:36:23 +01:00
parent 7d5a5d99ef
commit 468cb2154e
2 changed files with 49 additions and 37 deletions

View file

@ -1,7 +1,7 @@
{
"name": "vite-template-solid",
"name": "signalstats",
"version": "0.0.0",
"description": "",
"description": "Watch your signal messenger statistics",
"type": "module",
"scripts": {
"start": "vite",
@ -57,9 +57,6 @@
"zen-mitt": "^3.0.0"
},
"lint-staged": {
"*.{ts,tsx}": [
"biome lint",
"biome format"
]
"*.{ts,tsx}": ["biome lint", "biome format"]
}
}