UNPKG

@shift-code/cli

Version:

Redeem Gearbox SHiFT codes automatically

66 lines 1.4 kB
{ "name": "@shift-code/cli", "version": "1.3.6", "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": ">= 22" }, "keywords": [ "borderlands", "shift", "code", "redeem" ], "pkg": { "targets": [ "node22-macos", "node22-linux", "node22-win" ] }, "license": "MIT", "devDependencies": { "@types/mkdirp": "^1.0.2", "@types/node": "^22.18.6", "@types/prompts": "^2.4.9", "@types/signale": "^1.4.7", "@types/yargs": "^15.0.19", "@yao-pkg/pkg": "6.6.0", "ts-node-dev": "^1.1.8", "typescript": "^5.9.2" }, "dependencies": { "@shift-code/api": "^0.6.3", "@shift-code/get": "^0.7.2", "chalk": "^4.1.2", "mkdirp": "^1.0.4", "prompts": "^2.4.2", "table": "^6.9.0", "yargs": "^15.4.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" } }