-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
24 lines (24 loc) · 904 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
{
"name": "@openeo/api-extension-processing-parameters",
"version": "0.1.0",
"author": "openEO Consortium",
"license": "Apache-2.0",
"description": "The openEO API specification.",
"homepage": "https://openeo.org",
"bugs": {
"url": "https://github.com/Open-EO/openeo-api/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Open-EO/openeo-api.git"
},
"devDependencies": {
"@stoplight/spectral-cli": "^6.6.0",
"redoc-cli": "^0.13.21"
},
"scripts": {
"start": "redoc-cli serve openapi.yaml --watch --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true",
"build": "redoc-cli bundle openapi.yaml -o redoc.html --title \"openEO API - Processing Parameters Extension\" --cdn --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true",
"test": "spectral lint openapi.yaml"
}
}