{ "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": "^13.0.1", "os": "^0.1.1", "socket.io": "^4.5.4", "striptags": "^3.1.1", "systeminformation": "^5.15.1" }, "devDependencies": { "eslint": "^7.13.0", "nodemon": "^2.0.6" } }