forked from Hri7566/mpp-server-dev2
Update package.json
This commit is contained in:
parent
c9017399fa
commit
53af75dedf
|
@ -5,7 +5,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node .",
|
||||
"build": "npx tsc"
|
||||
"build": "npx tsc",
|
||||
"dev": "pnpm build && pnpm start"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Hri7566",
|
||||
|
@ -17,11 +18,10 @@
|
|||
"dotenv": "^8.6.0",
|
||||
"events": "^3.3.0",
|
||||
"fancy-text-converter": "^1.0.9",
|
||||
"fastify": "^4.22.2",
|
||||
"keccak": "^2.1.0",
|
||||
"mppclone-client": "^1.1.3",
|
||||
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.31.0",
|
||||
"unique-names-generator": "^4.7.1",
|
||||
"ws": "^7.5.9",
|
||||
"yaml": "^2.3.2",
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue