1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-12-03 03:27:21 +01:00
Bayshore_6r_legacy/package.json
2022-07-11 08:22:41 +01:00

25 lines
628 B
JSON

{
"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,
"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",
"express": "^4.18.1",
"protobufjs": "^7.0.0",
"ts-proto": "^1.117.0"
}
}