Gravwell-Online/server/package.json
2022-01-04 20:29:46 -07:00

21 lines
443 B
JSON

{
"name": "gravwell-online-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
},
"devDependencies": {
"@types/glob": "^7.2.0"
}
}