-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 998 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
37
38
39
40
{
"name": "codewars-openapi",
"version": "1.0.0",
"description": "Codewars OpenAPI Specification",
"homepage": "https://github.com/noid-dev/codewars-openapi#readme",
"license": "MIT",
"author": "Paranoid User",
"scripts": {
"build": "redocly bundle openapi/openapi.yaml -o public/codewars.yaml && webpack",
"test": "redocly lint public/codewars.yaml",
"start": "webpack-dev-server --open"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noid-dev/codewars-openapi.git"
},
"bugs": {
"url": "https://github.com/noid-dev/codewars-openapi/issues"
},
"keywords": [
"codewars",
"openapi",
"oas"
],
"devDependencies": {
"@redocly/cli": "^1.25.15",
"yaml": "^2.6.1",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"swagger-ui": "^5.18.2"
}
}