0
0
Fork 0
Phantom-Ink-Online/server/package.json
2020-12-20 15:43:26 -07:00

20 lines
403 B
JSON

{
"name": "server",
"version": "0.1.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oliver Akins",
"license": "UNLICENSED",
"dependencies": {
"@types/node": "^14.14.14",
"@types/socket.io": "^2.1.12",
"socket.io": "^3.0.4",
"toml": "^3.0.0"
}
}