arnweb-api/package.json

37 lines
801 B
JSON
Raw Normal View History

2019-12-31 15:52:52 +01:00
{
"name": "arnweb-api",
"version": "1.0.0",
"description": "API for getting information about services run on ARNweb.nl.",
"main": "src/index.js",
2019-12-31 15:52:52 +01:00
"scripts": {
"start": "node src/index.js",
"start:dev": "nodemon src/index.js"
2019-12-31 15:52:52 +01:00
},
"repository": {
"type": "git",
"url": "https://gitea.arnweb.nl/arne/arnweb-api/"
},
"keywords": [
"api",
"game",
"arnweb"
],
"author": "Arne van Iterson",
2019-12-31 15:52:52 +01:00
"license": "ISC",
"dependencies": {
2020-01-09 10:45:56 +01:00
"ansi-styles": "^4.2.1",
"colors": "^1.4.0",
2019-12-31 15:52:52 +01:00
"express": "^4.17.1",
"gamedig": "^2.0.23",
2024-02-08 11:56:05 +01:00
"markdown-it": "^13.0.1",
2019-12-31 15:52:52 +01:00
"os": "^0.1.1",
2024-02-08 11:56:05 +01:00
"socket.io": "^4.5.4",
2019-12-31 15:52:52 +01:00
"striptags": "^3.1.1",
2024-02-08 11:56:05 +01:00
"systeminformation": "^5.15.1"
},
"devDependencies": {
"eslint": "^7.13.0",
"nodemon": "^2.0.6"
2019-12-31 15:52:52 +01:00
}
}