Update package.json

This commit is contained in:
Hri7566 2023-09-07 17:22:18 -04:00
parent c9017399fa
commit 53af75dedf
1 changed files with 31 additions and 31 deletions

View File

@ -5,7 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node .", "start": "node .",
"build": "npx tsc" "build": "npx tsc",
"dev": "pnpm build && pnpm start"
}, },
"keywords": [], "keywords": [],
"author": "Hri7566", "author": "Hri7566",
@ -17,11 +18,10 @@
"dotenv": "^8.6.0", "dotenv": "^8.6.0",
"events": "^3.3.0", "events": "^3.3.0",
"fancy-text-converter": "^1.0.9", "fancy-text-converter": "^1.0.9",
"fastify": "^4.22.2",
"keccak": "^2.1.0", "keccak": "^2.1.0",
"mppclone-client": "^1.1.3", "mppclone-client": "^1.1.3",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.31.0",
"unique-names-generator": "^4.7.1", "unique-names-generator": "^4.7.1",
"ws": "^7.5.9",
"yaml": "^2.3.2", "yaml": "^2.3.2",
"zod": "^3.22.2" "zod": "^3.22.2"
}, },