UNPKG

intreface.cli

Version:

Intreface Dev Tools

96 lines (95 loc) 2.75 kB
{ "name": "intreface.cli", "description": "Intreface Dev Tools", "version": "1.0.21", "author": "Mikhail Kriachek <mikkie.k@gmail.com>", "bin": { "intreface": "./bin/run" }, "dependencies": { "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^2", "axios": "^0.19.0", "camelcase": "^5.3.1", "cli-ux": "^5.3.0", "decamelize": "^3.2.0", "deepmerge": "^3.3.0", "fs-extra": "^8.1.0", "glob": "^7.1.4", "inquirer": "^6.4.1", "is-ip": "^3.1.0", "node-notifier": "^5.4.0", "node-watch": "^0.6.2", "object-path": "^0.11.4", "slash": "^3.0.0", "string-format": "^2.0.0", "terminal-link": "^2.0.0", "tslib": "^1" }, "devDependencies": { "@oclif/dev-cli": "^1", "@oclif/test": "^1", "@oclif/tslint": "^3", "@types/axios": "^0.14.0", "@types/chai": "^4", "@types/chalk": "^2.2.0", "@types/decamelize": "^3.0.3", "@types/deepmerge": "^2.2.0", "@types/fs-extra": "^8.0.0", "@types/glob": "^7.1.1", "@types/inquirer": "^7.3.1", "@types/mocha": "^5", "@types/node": "^10", "@types/node-notifier": "^5.4.0", "@types/object-path": "^0.11.0", "@types/slash": "^2.0.0", "@types/string-format": "^2.0.0", "chai": "^4", "globby": "^8", "mocha": "^5", "nyc": "^14.1.1", "rimraf": "^2.6.3", "ts-node": "^8", "tslint": "^5", "typescript": "^3.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "keywords": [ "intreface", "cli", "bitrix24", "windows" ], "license": "MIT", "main": "./lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "intreface", "plugins": [ "@oclif/plugin-help" ], "hooks": { "init": [ "./lib/hooks/init" ] } }, "scripts": { "postpack": "rimraf oclif.manifest.json", "posttest": "tslint -p test -t stylish", "prepack": "rimraf lib && tsc -b && oclif-dev manifest && oclif-dev readme && node ./tools/prepack.js", "readme": "oclif-dev readme", "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" }, "types": "lib/index.d.ts" }