UNPKG

tyr-cli

Version:

A command line interface for hammer-io.

92 lines (91 loc) 2.42 kB
{ "name": "tyr-cli", "version": "0.6.1", "description": "A command line interface for hammer-io.", "main": "dist/tyr.js", "scripts": { "start": "npm run build && node dist/index.js", "test": "npm run build && nyc mocha --compilers js:babel-register --require babel-polyfill", "lint": "eslint src/. --ext .js", "build": "babel src --out-dir dist", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "prepublishOnly": "npm run build", "integrationTests": "TYR_TEST_LEVEL=verbose npm test test/integration" }, "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "https://github.com/hammer-io/tyr.git" }, "authors": [ "Erica Clark <clarkerican@gmail.com", "Jack Meyer <jackcmeyer@gmail.com> (www.jackcmeyer.com)", "Nischay Venkatram <nischay.v@gmail.com> (www.nischayv.com)", "Nathan Karasch <nathankarasch@gmail.com> (krashdev.com)" ], "keywords": [ "dev ops", "auto dev ops", "deployment", "project generator", "project-generator", "deployment pipeline", "automation", "command line interface", "cli", "hammer", "hammer.io", "tyr", "tyr-cli", "tyr cli" ], "license": "MIT", "bugs": { "url": "https://github.com/hammer-io/tyr/issues" }, "bin": { "tyr": "dist/index.js" }, "homepage": "https://github.com/hammer-io/tyr#readme", "dependencies": { "babel-polyfill": "6.26.0", "chalk": "1.1.3", "commander": "^2.14.1", "email-validator": "^1.1.1", "figlet": "1.2.0", "fs-extra": "4.0.2", "inquirer": "4.0.1", "is-valid-path": "0.1.1", "js-yaml": "3.10.0", "lodash": "4.17.4", "preferences": "0.2.1", "rx-lite-aggregates": "^4.0.8", "shelljs": "0.7.8", "shortid": "^2.2.8", "simple-git": "1.79.0", "spdx": "^0.5.1", "superagent": "^3.8.2", "winston": "^3.0.0-rc1" }, "devDependencies": { "babel-cli": "6.26.0", "babel-plugin-transform-async-to-generator": "6.24.1", "babel-preset-env": "1.6.0", "bdd-stdin": "^0.2.0", "codecov": "^3.0.0", "eol": "^0.9.1", "eslint": "4.8.0", "eslint-config-airbnb-base": "12.0.1", "eslint-plugin-import": "2.7.0", "mocha": "3.5.3", "mock-stdin": "^0.3.1", "nyc": "^11.4.1", "pre-commit": "^1.2.2", "sinon": "^4.2.2" }, "engines": { "node": ">= 6" } }