mpp-server-dev2/package.json

32 lines
687 B
JSON
Raw Normal View History

2020-04-07 09:55:16 +02:00
{
2023-09-07 01:27:56 +02:00
"name": "mpp-server",
"version": "2.0.0",
"description": "Hri7566's MPP Server",
2020-04-07 09:55:16 +02:00
"main": "index.js",
"scripts": {
2022-07-04 00:39:53 +02:00
"start": "node .",
2023-09-07 01:27:56 +02:00
"build": "npx tsc"
2020-04-07 09:55:16 +02:00
},
2023-09-07 01:27:56 +02:00
"keywords": [],
"author": "Hri7566",
2020-04-07 09:55:16 +02:00
"license": "ISC",
"dependencies": {
2023-09-07 01:27:56 +02:00
"@t3-oss/env-core": "^0.6.1",
"date-holidays": "^3.21.5",
"dotenv": "^8.6.0",
"events": "^3.3.0",
2021-05-09 22:34:22 +02:00
"fancy-text-converter": "^1.0.9",
2023-09-07 01:27:56 +02:00
"fastify": "^4.22.2",
2020-04-07 09:55:16 +02:00
"keccak": "^2.1.0",
2023-09-07 01:27:56 +02:00
"mppclone-client": "^1.1.3",
2022-08-16 12:23:21 +02:00
"unique-names-generator": "^4.7.1",
2023-09-07 01:27:56 +02:00
"ws": "^7.5.9",
"yaml": "^2.3.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^20.5.9",
"typescript": "^5.2.2"
2021-03-20 20:12:38 +01:00
}
2020-04-07 09:55:16 +02:00
}