generated from actions/container-toolkit-action
-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "vale-action",
"version": "1.0.4",
"description": "The official GitHub Action for Vale -- install, manage, and run Vale with ease.",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"build-min": "ncc build src/main.ts --minify",
"format": "prettier --write **/*.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/errata-ai/vale-action.git"
},
"keywords": [
"actions",
"container",
"toolkit",
"setup"
],
"author": "jdkato",
"license": "MIT",
"bugs": {
"url": "https://github.com/errata-ai/vale-action/issues"
},
"homepage": "https://github.com/errata-ai/vale-action",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0",
"@actions/github": "^3.0.0",
"@types/request-promise-native": "^1.0.17",
"@types/tmp": "^0.1.0",
"execa": "^3.2.0",
"json-colorizer": "^2.2.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"tmp": "^0.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^14.0.13",
"@zeit/ncc": "^0.22.3",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"typescript": "^3.9.5"
}
}