UNPKG

tg-commander

Version:

<p align="center"><img src="https://github.com/stone-jin/tg-commander/raw/master/assets/logo.png" alt="tg-commander logo" width="150px" height="150px"></p>

40 lines (39 loc) 876 B
{ "name": "tg-commander", "version": "1.0.17", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf publish", "package": "npm run clean && tsc -P ./tsconfig.json && cp package.json publish && cp README.md publish" }, "keywords": [ "commander", "tiger", "tiger-commander", "cli", "node" ], "bin": { "tc": "./test/index.js" }, "repository": { "type": "git", "url": "https://github.com/stone-jin/tg-commander" }, "author": "", "license": "ISC", "devDependencies": { "@types/commander": "^2.12.2", "@types/node": "^10.12.18", "yargs": "^8.0.2", "ts-node": "^7.0.1", "typescript": "^3.2.2" }, "dependencies": { "commander": "^2.19.0", "reflect-metadata": "^0.1.12" } }