arnweb-api/package.json
Arne van Iterson b4e9c67be5 Various updates and general cleanup
- Updated socket.io to v3
- Added namespaces for chat and TanksJS-Server
- Replaced game-server-query with game-dig because it was not updated
- Code cleanup
2020-11-10 19:10:36 +01:00

37 lines
801 B
JSON

{
"name": "arnweb-api",
"version": "1.0.0",
"description": "API for getting information about services run on ARNweb.nl.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"start:dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "https://gitea.arnweb.nl/arne/arnweb-api/"
},
"keywords": [
"api",
"game",
"arnweb"
],
"author": "Arne van Iterson",
"license": "ISC",
"dependencies": {
"ansi-styles": "^4.2.1",
"colors": "^1.4.0",
"express": "^4.17.1",
"gamedig": "^2.0.23",
"markdown-it": "^10.0.0",
"os": "^0.1.1",
"socket.io": "^3.0.1",
"striptags": "^3.1.1",
"systeminformation": "^4.16.0"
},
"devDependencies": {
"eslint": "^7.13.0",
"nodemon": "^2.0.6"
}
}