{
  "name": "resources-converter",
  "version": "1.0.1",
  "description": "数据资源转换器",
  "bin": {
    "rsc": "bin/rsc",
    "rsc-businesscode": "bin/rsc-businesscode",
    "rsc-businesscode-es-module": "bin/rsc-businesscode-es-module",
    "rsc-businesscode-hyperf": "bin/rsc-businesscode-hyperf",
    "rsc-businesscode-json": "bin/rsc-businesscode-json",
    "rsc-businesscode-openapi": "bin/rsc-businesscode-openapi",
    "rsc-businesscode-php": "bin/rsc-businesscode-php",
    "rsc-config": "bin/rsc-config",
    "rsc-enumdata": "bin/rsc-enumdata",
    "rsc-enumdata-es-module": "bin/rsc-enumdata-es-module",
    "rsc-enumdata-json": "bin/rsc-enumdata-json",
    "rsc-enumdata-openapi": "bin/rsc-enumdata-openapi",
    "rsc-enumdata-php": "bin/rsc-enumdata-php",
    "rsc-openapi": "bin/rsc-openapi",
    "rsc-openapi-html": "bin/rsc-openapi-html",
    "rsc-openapi-json": "bin/rsc-openapi-json",
    "rsc-openapi-yaml": "bin/rsc-openapi-yaml",
    "rsc-region": "bin/rsc-region",
    "rsc-region-php": "bin/rsc-region-php"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maosong/resources-converter.git"
  },
  "author": "maosong@ioophp.com",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/maosong/resources-converter/issues"
  },
  "homepage": "https://github.com/maosong/resources-converter#readme",
  "dependencies": {
    "chalk": "^2.4.2",
    "cheerio": "^1.0.0-rc.3",
    "chokidar": "^3.1.1",
    "commander": "^3.0.2",
    "js-yaml": "^3.13.1",
    "json-schema-ref-parser": "^7.1.1",
    "lodash": "^4.17.15",
    "opn": "^6.0.0",
    "request": "^2.88.0",
    "swagger-ui-dist": "^3.23.11"
  },
  "devDependencies": {
    "@types/js-yaml": "^3.12.1",
    "check-prettier": "^1.0.3",
    "eslint": "^6.5.1",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.4.0",
    "eslint-plugin-eslint-comments": "^3.1.2",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.16.0",
    "eslint-plugin-react-hooks": "^1.7.0",
    "prettier": "^1.18.2"
  }
}
