rmpkg
Version:
A tool to download RAGE:MP server files using a simple console command
32 lines (31 loc) • 706 B
JSON
{
"name": "rmpkg",
"version": "1.1.0",
"description": "A tool to download RAGE:MP server files using a simple console command",
"type": "commonjs",
"keywords": [
"cli",
"ragemp",
"rage:mp"
],
"homepage": "https://github.com/wiresnchains/rmpkg#readme",
"bugs": {
"url": "https://github.com/wiresnchains/rmpkg/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiresnchains/rmpkg.git"
},
"license": "ISC",
"author": "wiresnchains",
"bin": {
"rmpkg": "./bin/rmpkg.js"
},
"scripts": {
"dev": "node ./bin/rmpkg.js"
},
"dependencies": {
"picocolors": "^1.1.1",
"tar": "^7.4.3"
}
}