UNPKG

1.43 kBJSONView Raw
1{
2 "name": "standard-version",
3 "version": "4.1.0",
4 "description": "replacement for `npm version` with automatic CHANGELOG generation",
5 "bin": "bin/cli.js",
6 "scripts": {
7 "pretest": "standard",
8 "coverage": "nyc report --reporter=text-lcov | coveralls",
9 "test": "nyc mocha --timeout=20000 test.js",
10 "release": "bin/cli.js"
11 },
12 "nyc": {
13 "exclude": [
14 "tmp/**"
15 ]
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/conventional-changelog/standard-version.git"
20 },
21 "engines": {
22 "node": ">=4.0"
23 },
24 "keywords": [
25 "conventional-changelog",
26 "recommended",
27 "changelog",
28 "automatic",
29 "workflow",
30 "version",
31 "angular",
32 "standard"
33 ],
34 "author": "Ben Coe <ben@npmjs.com>",
35 "license": "ISC",
36 "bugs": {
37 "url": "https://github.com/conventional-changelog/standard-version/issues"
38 },
39 "homepage": "https://github.com/conventional-changelog/standard-version#readme",
40 "dependencies": {
41 "chalk": "^1.1.3",
42 "conventional-changelog": "^1.1.0",
43 "conventional-recommended-bump": "^1.0.0",
44 "figures": "^1.5.0",
45 "fs-access": "^1.0.0",
46 "semver": "^5.1.0",
47 "yargs": "^8.0.1"
48 },
49 "devDependencies": {
50 "chai": "^3.5.0",
51 "coveralls": "^2.11.9",
52 "mocha": "^3.1.0",
53 "mock-git": "^1.0.2",
54 "mockery": "^2.0.0",
55 "nyc": "^11.0.2",
56 "shelljs": "^0.7.3",
57 "standard": "^10.0.0"
58 }
59}