package.json 561 B

1234567891011121314151617181920212223
  1. {
  2. "name": "api-doc-seec-i",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev": "watch \"npm run build:html\" traits types routes --wait=1",
  8. "build:html": "raml2html index.raml > index.html",
  9. "build": "node ./raml2swagger"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "ssh://git@47.100.18.120:3022/API-DOC/SEEC-I.git"
  14. },
  15. "author": "WuXinyu",
  16. "license": "ISC",
  17. "dependencies": {
  18. "oas-raml-converter": "^1.1.43",
  19. "raml2html": "^7.5.0",
  20. "watch": "^1.0.2",
  21. "yapi-cli": "^1.5.0"
  22. }
  23. }