{ "name": "semantic-release", "description": "automated semver compliant package publishing", "version": "0.0.0-placeholder", "author": "Stephan Bönnemann (http://boennemann.me)", "bin": { "semantic-release": "bin/semantic-release.js" }, "bugs": { "url": "https://github.com/semantic-release/semantic-release/issues" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "@semantic-release/commit-analyzer": "^3.0.1", "@semantic-release/condition-travis": "^6.0.0", "@semantic-release/error": "^2.0.0", "@semantic-release/last-release-npm": "^2.0.0", "@semantic-release/release-notes-generator": "^4.0.0", "git-head": "^1.2.1", "github": "^8.0.0", "lodash": "^4.0.0", "nerf-dart": "^1.0.0", "nopt": "^4.0.0", "normalize-package-data": "^2.3.4", "npmconf": "^2.1.2", "npmlog": "^4.0.0", "parse-github-repo-url": "^1.3.0", "require-relative": "^0.8.7", "run-auto": "^2.0.0", "run-series": "^1.1.3", "semver": "^5.2.0" }, "devDependencies": { "coveralls": "^3.0.0", "cz-conventional-changelog": "^2.0.0", "mkdirp": "^0.5.1", "mock-spawn": "^0.2.6", "nixt": "^0.5.0", "nock": "^9.0.2", "npm-registry-couchapp": "^2.6.12", "nyc": "^10.0.0", "proxyquire": "^1.7.3", "rimraf": "^2.5.0", "standard": "^9.0.0", "tap": "^10.0.1" }, "engines": { "node": ">=4", "npm": ">=2" }, "files": [ "bin", "src" ], "homepage": "https://github.com/semantic-release/semantic-release#readme", "keywords": [ "author", "automation", "changelog", "module", "package", "publish", "release", "semver", "version" ], "license": "MIT", "main": "bin/semantic-release.js", "publishConfig": { "tag": "next" }, "release": { "branch": "caribou" }, "repository": { "type": "git", "url": "git+https://github.com/semantic-release/semantic-release.git" }, "scripts": { "coverage": "nyc report", "coverage:upload": "npm run coverage -s -- --reporter=text-lcov | coveralls", "pretest": "standard", "semantic-release": "./bin/semantic-release.js pre && npm publish && ./bin/semantic-release.js post", "test": "npm run test:unit && npm run test:integration", "test:integration": "tap --no-cov test/scenarios/*.js", "test:unit": "nyc tap --no-cov test/specs/*.js" } }