UNPKG

unleash

Version:

Unleash your code into the wild yonder

92 lines (91 loc) 2.33 kB
{ "name": "unleash", "version": "2.0.2", "description": "Unleash your code into the wild yonder", "engines": { "node": ">=6.17.0" }, "config": { "lint": "./*.js ./lib/*.js --fix", "testunit": "./node_modules/.bin/tape tests/specs/*.js | tap-difflet" }, "scripts": { "doc": "esdoc -c ./esdoc.json", "lint": "eslint $npm_package_config_lint", "report-deps": "npm-check", "prepublishOnly": "npm run test", "test:unit": "tape tests/specs/*.js | tap-difflet", "test": "npm run lint && npm run test:unit", "test:cover": "nyc --report-dir=tests/coverage --reporter=lcov $npm_package_config_testunit && opn tests/coverage/lcov-report/index.html", "test:single": "tape tests/single-runner.js | tap-difflet", "clean": "git clean -d -f -x" }, "repository": { "type": "git", "url": "https://github.com/netflix/unleash" }, "bin": { "unleash": "./index.js" }, "keywords": [ "github", "release", "ship", "code", "release-it", "dry-run", "shipit", "releaseit", "ship", "git", "process", "tool", "npm", "deploy", "deployment", "publish", "push", "ghpages", "run", "tests" ], "author": "James Womack <jwomack@netflix.com>", "license": "Apache-2.0", "dependencies": { "chalk": "1.1.1", "fancy-log": "1.3.0", "fstream-npm": "^1.2.1", "gift": "0.9.0", "glob": "7.0.3", "gulp-bump": "1.0.0", "gulp-filter": "3.0.1", "gulp-git": "2.3.2", "gulp-sourcemaps": "1.6.0", "gulp-tag-version": "github:ikari-pl/gulp-tag-version#ecad05e", "lodash.difference": "4.3.0", "lodash.merge": "4.6.2", "nf-conventional-changelog": "github:jameswomack/nf-conventional-changelog#7fda882", "npm": "^6.8.0", "object-values": "1.0.0", "paqman": "1.0.0", "readable-stream": "2.1.4", "rimraf": "2.5.4", "semver": "5.0.3", "undertaker": "1.1.0", "vinyl-fs": "2.4.3", "wrap-promise": "1.0.1", "yargs": "10.0.3" }, "devDependencies": { "babel-eslint": "7.2.2", "esdoc": "1.1.0", "esdoc-es7-plugin": "0.0.3", "eslint": "4.18.2", "eslint-config-netflix": "2.0.0", "npm-check": "^5.9.0", "nyc": "^15.0.1", "opn-cli": "3.1.0", "tap-difflet": "^0.7.1", "tape": "^4.10.1" } }