-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 839 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 839 Bytes
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
{
"name": "@goodwaygroup/circleci-orb",
"version": "2.10.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"commit": "npx git-cz --disable-emoji",
"pack": "circleci config pack src > packed-orb.yml",
"pretest": "npm run pack",
"semantic-release": "semantic-release",
"test": "circleci orb validate packed-orb.yml",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "17.7.0",
"@commitlint/config-conventional": "17.7.0",
"@outreach/semantic-release-circleci-orb": "^1.1.9",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"git-cz": "4.9.0",
"husky": "8.0.3",
"semantic-release": "21.0.7"
}
}