-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "optic-release-automation-action",
"version": "4.8.4",
"description": "Automate the release process of your npm modules by providing them OTP on-demand.",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"test": "tap",
"build": "ncc build src/index.js",
"prepare": "husky",
"update-readme-TOC": "doctoc README.md"
},
"keywords": [],
"author": {
"name": "Salman Mitha",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"adm-zip": "^0.5.16",
"conventional-changelog-monorepo": "github:nearform/conventional-changelog",
"lodash.isequal": "^4.5.0",
"lodash.template": "^4.5.0",
"lodash.truncate": "^4.4.2",
"lodash.uniqwith": "^4.5.0",
"markdown-it": "^14.1.0",
"node-fetch": "^2.6.6",
"p-map": "^4.0.0",
"semver": "^7.6.3",
"string-format": "^2.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"doctoc": "^2.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^9.1.7",
"lodash.clonedeep": "^4.5.0",
"prettier": "^2.8.8",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"tap": "^21.0.1"
}
}