forked from jesstelford/version-changelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 835 Bytes
/
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
{
"name": "version-changelog",
"version": "3.1.0",
"description": "Add a version & URL to your changelog",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "mocha test/",
"version": "./cli.js CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md",
"ci": "changelog-verify --unreleased CHANGELOG.md"
},
"keywords": [
"changelog"
],
"author": "Jess Telford <hi+npm@jes.st> (http://jes.st)",
"license": "ISC",
"dependencies": {
"bitbucket-url-from-git": "^1.0.0",
"cross-spawn": "^4.0.2",
"github-url-from-git": "^1.4.0",
"giturl": "^1.0.0",
"has-yarn": "^1.0.0",
"minimist": "^1.2.0",
"upath": "^0.2.0"
},
"devDependencies": {
"changelog-verify": "^1.1.0",
"mocha": "^3.1.2",
"proxyquire": "^2.0.0",
"sinon": "^4.4.3"
}
}