-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1012 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
33
34
35
36
37
38
39
40
41
42
{
"name": "@cncsc/cncsc-changelog-convention",
"version": "0.0.0-development",
"description": "Preset configuration for conventional-changelog describing CNCSC's conventions.",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:cncsc/cncsc-changelog-convention.git"
},
"author": {
"name": "Cloud-Native Cybersecurity Collective",
"email": "[email protected]",
"url": "https://www.cncsc.io/"
},
"contributors": [
{
"name": "Armor Defense Inc.",
"email": "[email protected]",
"url": "https://www.armor.com/"
}
],
"scripts": {
"lint": "eslint ."
},
"license": "Apache-2.0",
"files": [
"conventional-changelog.js",
"conventional-recommended-bump.js",
"index.js",
"parser-opts.js",
"writer-opts.js",
"templates"
],
"dependencies": {
"q": "^1.5.1"
},
"devDependencies": {
"@cncsc/eslint-config": "^0.1.0",
"@cncsc/semantic-release-config": "^1.0.1",
"eslint": "^8.26.0"
}
}