forked from conventional-changelog/conventional-changelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"bin": "",
"bugs": "https://github.com/conventional-changelog/conventional-changelog/issues",
"description": "Generate a changelog from git metadata",
"engines": {
"node": ">=4.2.0",
"npm": ">=2.1.9"
},
"files": [],
"homepage": "https://github.com/conventional-changelog/conventional-changelog#readme",
"keywords": [
"conventional-changelog",
"readme",
"generation"
],
"license": "ISC",
"main": "",
"name": "conventional-changelog",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
},
"scripts": {
"test": "nyc lerna exec npm test",
"test-windows": "lerna exec npm run test-windows",
"postinstall": "lerna bootstrap",
"release": "lerna publish --conventional-commits -m 'chore(release): publish'"
},
"version": "1.0.0",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint": "^4.18.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"lerna": "^2.2.0",
"mocha": "^5.0.1",
"nyc": "^11.2.1",
"standard-version": "^4.0.0"
},
"dependencies": {}
}