1
0
mirror of synced 2024-09-24 03:08:26 +02:00
Bayshore/package.json
Rin 300ff4d24e Add a separate option to compile only the protobuf defs
because the 6 second compile time would drive me mad
2022-07-11 09:20:09 +01:00

29 lines
730 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,
"scripts": {
"dev": "tsc && node dist",
"build_protos": "tsc -p ./tsconfig.proto.json"
},
"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"
}
}