30 lines
811 B
JSON
30 lines
811 B
JSON
{
|
|
"name": "secret-hitler-online-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Oliver-Akins/Secret-Hitler-Online-Server.git"
|
|
},
|
|
"author": "Oliver Akins",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Oliver-Akins/Secret-Hitler-Online-Server/issues"
|
|
},
|
|
"homepage": "https://github.com/Oliver-Akins/Secret-Hitler-Online-Server#readme",
|
|
"dependencies": {
|
|
"@types/engine.io": "^3.1.4",
|
|
"@types/socket.io": "^2.1.11",
|
|
"@types/uuid": "^8.3.0",
|
|
"arg": "^4.1.3",
|
|
"fs": "^0.0.1-security",
|
|
"socket.io": "^2.3.0",
|
|
"tslog": "^2.9.0",
|
|
"typescript": "^4.0.3",
|
|
"uuid": "^8.3.1"
|
|
}
|
|
}
|