@shift-code/cli
Version:
Redeem Gearbox SHiFT codes automatically
67 lines (66 loc) • 1.39 kB
JSON
{
"name": "@shift-code/cli",
"version": "1.0.0",
"description": "Redeem Gearbox SHiFT codes automatically",
"main": "dist/bin.js",
"bin": {
"shift-code": "./dist/bin.js"
},
"files": [
"dist/"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "ts-node-dev src/bin.ts",
"build": "tsc --build",
"pkg": "pkg ./package.json --out-path pkg"
},
"engines": {
"node": ">= 16"
},
"keywords": [
"borderlands",
"shift",
"code",
"redeem"
],
"pkg": {
"targets": [
"node16-macos",
"node16-linux",
"node16-win"
]
},
"license": "MIT",
"devDependencies": {
"@types/mkdirp": "^1.0.2",
"@types/node": "^16.10.3",
"@types/prompts": "^2.0.14",
"@types/signale": "^1.4.2",
"@types/yargs": "^15.0.4",
"pkg": "^5.3.3",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.3"
},
"dependencies": {
"@shift-code/api": "^0.5.0",
"@shift-code/get": "^0.5.0",
"chalk": "^4.1.2",
"mkdirp": "^1.0.4",
"prompts": "^2.4.2",
"table": "^6.7.3",
"yargs": "^15.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/trs/shift-code.git"
},
"homepage": "https://github.com/trs/shift-code/tree/master/cli",
"author": {
"email": "git@tylerstewart.ca",
"name": "Tyler Stewart",
"url": "https://tylerstewart.ca"
}
}