CrepeSR/package.json

20 lines
447 B
JSON
Raw Permalink Normal View History

2022-07-21 16:16:21 +00:00
{
"devDependencies": {
"ts-node-dev": "^2.0.0"
},
"scripts": {
2022-08-02 05:05:24 +00:00
"start": "npx ts-node-dev src/index.ts --respawn --transpile-only"
},
"dependencies": {
"@types/express": "^4.17.13",
"colorts": "^0.1.63",
2022-07-28 20:02:12 +00:00
"dgram": "^1.0.1",
"express": "^4.18.1",
"mongodb": "^4.8.0",
2022-07-28 20:02:12 +00:00
"node-kcp-token": "github:memetrollsxd/node-kcp",
"protobufjs": "^7.0.0",
2022-10-07 13:40:32 +00:00
"rcon-server": "^0.1.1",
"typescript": "^4.7.4"
2022-07-21 16:16:21 +00:00
}
2022-10-07 13:40:32 +00:00
}