Package update

This commit is contained in:
Hri7566 2023-09-09 01:35:04 -04:00
parent d5cfe41c6a
commit 4eb979e733
1 changed files with 31 additions and 31 deletions

View File

@ -1,33 +1,33 @@
{
"name": "mpp-server",
"version": "2.0.0",
"description": "Hri7566's MPP Server",
"main": "out/index.js",
"scripts": {
"start": "node .",
"build": "npx tsc",
"dev": "pnpm build && pnpm start"
},
"keywords": [],
"author": "Hri7566",
"license": "ISC",
"dependencies": {
"@prisma/client": "5.2.0",
"@t3-oss/env-core": "^0.6.1",
"date-holidays": "^3.21.5",
"dotenv": "^8.6.0",
"events": "^3.3.0",
"fancy-text-converter": "^1.0.9",
"keccak": "^2.1.0",
"mppclone-client": "^1.1.3",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.31.0",
"unique-names-generator": "^4.7.1",
"yaml": "^2.3.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^20.5.9",
"prisma": "^5.2.0",
"typescript": "^5.2.2"
}
"name": "mpp-server",
"version": "2.0.0",
"description": "Hri7566's MPP Server",
"main": "out/index.js",
"scripts": {
"start": "node .",
"build": "npx tsc",
"dev": "pnpm build && pnpm start"
},
"keywords": [],
"author": "Hri7566",
"license": "ISC",
"dependencies": {
"@prisma/client": "5.2.0",
"@t3-oss/env-core": "^0.6.1",
"date-holidays": "^3.21.5",
"dotenv": "^8.6.0",
"events": "^3.3.0",
"fancy-text-converter": "^1.0.9",
"keccak": "^2.1.0",
"mppclone-client": "^1.1.3",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.31.0",
"unique-names-generator": "^4.7.1",
"yaml": "^2.3.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^20.5.9",
"prisma": "^5.2.0",
"typescript": "^5.2.2"
}
}