{ "name": "cfx-status", "version": "0.1.0", "description": "Simple CFX.re Status Package using CFX.re Status API.", "main": "./src/index.js", "typings": "./typings.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cfx-api", "cfx.re", "cfx", "fivem", "api", "node", "redm", "fivem-api", "redm-api" ], "author": "Lvorex", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/lvorex/cfx-status.git" }, "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "ts-node": "^10.9.1", "typescript": "^5.0.4" } }