-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.37 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
{
"name": "@ht2-labs/semantic-release",
"version": "0.0.0-development",
"description": "A package containing HT2 Labs' Semantic Release scripts",
"repository": {
"type": "git",
"url": "git+https://github.com/HT2-Labs/semantic-release.git"
},
"bugs": {
"url": "https://github.com/HT2-Labs/semantic-release/issues"
},
"homepage": "https://github.com/HT2-Labs/semantic-release#readme",
"author": "ht2-labs",
"license": "MIT",
"scripts": {
"semantic-release": "./scripts/public-circleci-lib.js"
},
"bin": {
"ht2-release-private-circleci": "./scripts/private-circleci.js",
"ht2-release-private-travisci": "./scripts/private-travisci.js",
"ht2-release-public-circleci-app": "./scripts/public-circleci-app.js",
"ht2-release-public-circleci-lib-dist": "./scripts/public-circleci-lib-dist.js",
"ht2-release-public-circleci-lib": "./scripts/public-circleci-lib.js",
"ht2-release-public-travisci-app": "./scripts/public-travisci-app.js",
"ht2-release-public-travisci-lib": "./scripts/public-travisci-lib.js"
},
"dependencies": {
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "9.0.2",
"fs-extra": "^9.0.0",
"semantic-release": "19.0.5",
"semantic-release-docker": "2.2.0",
"semver": "7.5.2",
"simple-git": "3.19.1"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
}
}