forked from mbowman100/swagger-validator-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 823 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
{
"name": "swagger-validator-action",
"version": "1.0.0",
"description": "This action uses the swagger-cli to validate a given swagger file(s).",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbowman100/swagger-validator-action.git"
},
"keywords": [
"swagger",
"openapi",
"api",
"documentation",
"validator"
],
"author": "Mike Bowman",
"license": "ISC",
"bugs": {
"url": "https://github.com/mbowman100/swagger-validator-action/issues"
},
"homepage": "https://github.com/mbowman100/swagger-validator-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^2.2.0",
"@apidevtools/swagger-cli": "^4.0.2"
}
}