-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "setup-copywrite",
"version": "1.1.3",
"description": "setup-copywrite downloads and installs the copywrite client",
"license": "MPL-2.0",
"publisher": "hashicorp",
"main": "index.js",
"jest": {
"collectCoverage": true,
"testTimeout": 15000
},
"scripts": {
"lint": "eslint '**/*.js'",
"prepare": "ncc build index.js --out dist --source-map --license licenses.txt",
"test": "jest",
"all": "npm run lint && npm run prepare && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hashicorp/setup-copywrite.git"
},
"keywords": [
"github-actions",
"hashicorp",
"copywrite"
],
"author": "",
"bugs": {
"url": "https://github.com/hashicorp/setup-copywrite/issues"
},
"homepage": "https://github.com/hashicorp/setup-copywrite#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/plugin-retry": "^4.1.3",
"@octokit/plugin-throttling": "^5.0.1",
"@octokit/rest": "^19.0.13"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.5.0",
"nock": "^13.5.1"
}
}