generated from actions/hello-world-docker-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 925 Bytes
/
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
{
"name": "validate-redoc-openapi-action",
"version": "1.5.0",
"description": "An action to make sure that openapi files are working with redoc",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"dist": "ncc build index.js -o dist --source-map --license licenses.txt",
"test": "jest",
"version": "yarn clean && yarn dist && git add -- dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartlyio/validate-redoc-openapi-action.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"redoc"
],
"author": "Valtteri Virtanen ([email protected])",
"license": "MIT",
"dependencies": {
"@actions/core": "1.11.1",
"redoc": "2.1.5",
"redoc-cli": "0.13.21"
},
"devDependencies": {
"@vercel/ncc": "0.38.3",
"eslint": "9.12.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"webpack": "^5.95.0"
}
}