-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "@cncsc/semantic-release-config",
"version": "0.0.0-development",
"description": "Shared configurations for semantic-release.",
"main": "base/index.js",
"repository": {
"type": "git",
"url": "[email protected]:cncsc/semantic-release-config.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",
"peerDependencies": {
"@cncsc/cncsc-changelog-convention": "^1.0.0",
"@semantic-release/exec": "^6.0.3",
"semantic-release": "^21.0.7"
},
"devDependencies": {
"@cncsc/cncsc-changelog-convention": "^1.0.0",
"@cncsc/eslint-config": "^0.1.0",
"@semantic-release/exec": "^6.0.3",
"eslint": "^8.26.0",
"marked": "^4.0.12",
"semantic-release": "^21.0.7"
},
"publishConfig": {
"access": "public"
}
}