mirror of
https://git.sob.moe/cplus/CrepePlus.git
synced 2023-09-22 11:57:11 +02:00
18 lines
No EOL
417 B
JSON
18 lines
No EOL
417 B
JSON
{
|
|
"devDependencies": {
|
|
"ts-node-dev": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "npx ts-node-dev src/index.ts --respawn --transpile-only"
|
|
},
|
|
"dependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"colorts": "^0.1.63",
|
|
"dgram": "^1.0.1",
|
|
"express": "^4.18.1",
|
|
"mongodb": "^4.8.0",
|
|
"node-kcp-token": "github:memetrollsxd/node-kcp",
|
|
"protobufjs": "^7.0.0",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
} |