Gravwell-Online/server/package.json
2022-03-07 22:21:30 -06:00

28 lines
597 B
JSON

{
"name": "gravwell-online-server",
"version": "1.0.0",
"description": "",
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/main.js"
},
"author": "Oliver Akins",
"license": "UNLICENSED",
"dependencies": {
"common": "link:../common",
"glob": "^7.2.0",
"socket.io": "^4.4.0",
"toml": "^3.0.0",
"tslog": "^3.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/uuid": "^8.3.4"
},
"_moduleAliases": {
"@": "./dist"
}
}