-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
32 lines (32 loc) · 931 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": "conventional-changelog-config-spec",
"version": "2.1.0",
"description": "a spec describing the config options supported by conventional-config for upstream tooling",
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "npx mocha tests/*.test.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/conventional-changelog/conventional-changelog-config-spec.git"
},
"keywords": [
"conventional-changelog",
"conventional",
"changelog",
"spec"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog-config-spec/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog-config-spec#readme",
"devDependencies": {
"ajv": "8.11.0",
"mocha": "8.1.3",
"standard": "14.3.4",
"standard-version": "9.5.0"
}
}