| 1234567891011121314151617181920212223 |
- {
- "name": "api-doc-seec-i",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "dev": "watch \"npm run build:html\" traits types routes --wait=1",
- "build:html": "raml2html index.raml > index.html",
- "build": "node ./raml2swagger"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@47.100.18.120:3022/API-DOC/SEEC-I.git"
- },
- "author": "WuXinyu",
- "license": "ISC",
- "dependencies": {
- "oas-raml-converter": "^1.1.43",
- "raml2html": "^7.5.0",
- "watch": "^1.0.2",
- "yapi-cli": "^1.5.0"
- }
- }
|