update index page description and add scripts

This commit is contained in:
Kentai Radiquum 2025-01-30 23:17:42 +05:00
parent 200b92ccfb
commit 6e898e79a0
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 5 additions and 1 deletions

View file

@ -20,5 +20,9 @@
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"dev": "bun run ./src/watch.ts",
"gen": "bun run ./src/build.tsx"
},
"dependencies": {}
}