-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 loc) · 1.04 KB
/
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
{
"name": "symbol-openapi",
"version": "1.0.4",
"description": "OpenAPI Specification of catapult-rest",
"main": "index.js",
"scripts": {
"test": "swagger-cli validate _build/openapi3.yml",
"build": "swagger-cli bundle ./spec/openapi.yml --outfile _build/openapi3.yml --type yaml",
"postman": "openapi2postmanv2 -s _build/openapi3.yml -o _build/postman.json -p",
"version": "echo $npm_package_version",
"version:prepare": "mkdir _build/v$npm_package_version && cp -r _build/template/. _build/v$npm_package_version",
"version:pack": "cp _build/openapi3.yml _build/postman.json _build/v$npm_package_version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nemtech/symbol-openapi.git"
},
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/nemtech/symbol-openapi/issues"
},
"homepage": "https://github.com/nemtech/symbol-openapi#readme",
"dependencies": {},
"devDependencies": {
"openapi-to-postmanv2": "^1.2.6",
"swagger-cli": "^4.0.4",
"yaml-cli": "^1.1.8"
}
}