arnweb-api/package.json

30 lines
1002 B
JSON
Raw Normal View History

2019-12-31 15:52:52 +01:00
{
"name": "arnweb-api",
"version": "1.0.0",
"description": "API for api.arnweb.nl\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[Don\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[D\u001b[D\u001b[Dapi.arnweb.nl for getting information from various servers and other information about the server.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://gitea.arnweb.nl/arne/arnweb-api/"
},
"keywords": [
"api",
"game",
"arnweb"
],
"author": "McArn",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"game-server-query": "^1.0.10",
"markdown-it": "^10.0.0",
"os": "^0.1.1",
"socket.io": "^2.3.0",
"striptags": "^3.1.1",
"systeminformation": "^4.16.0"
}
}