2026-04-14 17:41:39 +02:00

35 lines
671 B
JSON

{
"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"
}
}