forked from digitalocean/openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 981 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
{
"name": "@digitalocean/openapi",
"version": "2.0.0",
"description": "OpenAPI v3 specification for DigitalOcean's public API v2.",
"devDependencies": {
"@redocly/cli": "^1.0.0-beta.104",
"@stoplight/spectral-cli": "6.4.1",
"autorest": "^3.6.1",
"newman": "^6.0.0",
"openapi-to-postmanv2": "^4.21.0"
},
"scripts": {
"test": "make test",
"lint": "spectral lint",
"bundle": "openapi bundle",
"collection": "openapi2postmanv2",
"autorest": " autorest",
"newman": "newman run",
"preview": "openapi preview-docs ${SPEC_FILE}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitalocean/openapi.git"
},
"keywords": [
"openapi",
"cloud",
"digitalocean",
"api"
],
"author": "DigitalOcean API Engineering",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/digitalocean/openapi/issues"
},
"homepage": "https://github.com/digitalocean/openapi#readme"
}