altv-pkg
Version:
Install alt:V Binaries Quickly
32 lines (31 loc) • 656 B
JSON
{
"name": "altv-pkg",
"version": "2.16.0",
"description": "Install alt:V Binaries Quickly",
"main": "bin/index.js",
"author": "Stuyk & alt:V Team",
"license": "ISC",
"bin": {
"altv-pkg": "./bin/altv-pkg.js"
},
"dependencies": {
"chalk": "^4.1.0",
"discord-rpc": "4.0.1"
},
"prettier": {
"tabWidth": 4,
"semi": true,
"printWidth": 120,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "https://github.com/altmp/altv-pkg.git"
},
"keywords": [
"altv",
"cli",
"tool",
"alt:V"
]
}