forked from Bandwidth/api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 902 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
{
"name": "api-docs",
"version": "1.0.0",
"description": "Bandwidth's API docs OpenAPI specs, and SDK Generation",
"scripts": {
"postman": "cd ./postman && npm install && npm run start -- -c ./resources/postman_scaffold_collection.json -s ../site/specs-source",
"generate": "echo 'This Command is temporarily disabled. Please contact Bandwidth's Developer Experience Team for support.'",
"start": "cd ./site && npm run add-custom-code && npm run start",
"build": "cd ./site && npm run add-custom-code && npm run build",
"serve": "cd ./site && npm run add-custom-code && npm run serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bandwidth/api-docs.git"
},
"author": "Bandwidth",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bandwidth/api-docs/issues"
},
"homepage": "https://github.com/Bandwidth/api-docs#readme"
}