1
0
mirror of synced 2024-09-24 03:08:26 +02:00
Bayshore/package.json

32 lines
810 B
JSON
Raw Normal View History

2022-07-11 09:22:41 +02:00
{
"name": "bayshore",
"version": "1.0.0",
"description": "Wangan Midnight Maximum Tune 6 server implementation",
"main": "dist/index.js",
"repository": "https://github.com/ProjectAsakura/Bayshore",
"author": "Luna and Project Asakura",
"license": "MIT",
"private": false,
2022-07-11 10:15:30 +02:00
"scripts": {
"dev": "tsc && node dist",
"build_protos": "tsc -p ./tsconfig.proto.json"
2022-07-11 10:15:30 +02:00
},
2022-07-11 09:22:41 +02:00
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.0.3",
"prisma": "^4.0.0",
"protobufjs-cli": "^1.0.0",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"dependencies": {
"@prisma/client": "^4.0.0",
"@types/pem": "^1.9.6",
2022-07-11 12:45:36 +02:00
"body-parser": "^1.20.0",
2022-07-11 09:22:41 +02:00
"express": "^4.18.1",
"pem": "^1.14.6",
2022-07-11 09:22:41 +02:00
"protobufjs": "^7.0.0",
"ts-proto": "^1.117.0"
}
}