-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 KB
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
{
"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",
"type": "module",
"scripts": {
"lint": "eslint '**/*.js'",
"prepare": "node build.js",
"test": "vitest run",
"test:watch": "vitest",
"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": "^6.0.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/plugin-retry": "^8.0.3",
"@octokit/plugin-throttling": "^11.0.3",
"@octokit/rest": "^22.0.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.1.8",
"esbuild": "^0.24.0",
"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",
"nock": "^13.5.1",
"vitest": "^2.1.8"
}
}