forked from ncats/semantic-release-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 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
52
{
"name": "@labshare/semantic-release-config",
"version": "1.1.3",
"description": "Shared semantic-release configuration for LabShare Github projects",
"main": "index.js",
"scripts": {
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "semantic-release",
"commitmsg": "commitlint -E GIT_PARAMS",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/LabShare/semantic-release-config.git"
},
"keywords": [
"semantic-release",
"semver",
"LabShare"
],
"author": "https://github.com/LabShare/semantic-release-config/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/LabShare/semantic-release-config/issues"
},
"homepage": "https://github.com/LabShare/semantic-release-config#readme",
"peerDependencies": {
"semantic-release": ">=15.0.0 <16.0.0"
},
"dependencies": {
"@semantic-release/changelog": "^2.1.2",
"@semantic-release/commit-analyzer": "^6.3.0",
"@semantic-release/exec": "^3.3.6",
"@semantic-release/git": "^5.0.0",
"@semantic-release/github": "^5.4.3",
"@semantic-release/npm": "^5.1.15",
"@semantic-release/release-notes-generator": "^7.3.0"
},
"release": {
"extends": "./index.js"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"husky": "^0.14.3",
"semantic-release": "^15.5.1",
"travis-deploy-once": "^5.0.0",
"snyk": "^1.305.0"
},
"snyk": true
}