{
  "name": "api-to-interface",
  "version": "1.0.7",
  "description": "",
  "main": "src/index.js",
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "dev": "tsc -w -p .",
    "build": "rm -rf dist && tsc -p .",
    "prepublishOnly": "yarn build",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "genlog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "bin": {
    "ati": "bin/ati"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/psaren/api-to-interface.git"
  },
  "keywords": [
    "yapi to interface"
  ],
  "author": "psaren",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "camelcase": "^6.2.0",
    "chalk": "^4.1.0",
    "commander": "^6.2.1",
    "consola": "^2.15.0",
    "fs-extra": "^9.0.1",
    "json-schema-to-typescript": "^10.0.3",
    "lodash": "^4.17.20",
    "ora": "^5.2.0",
    "typescript": "^4.1.3"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/lodash": "^4.14.166",
    "@types/node": "^14.14.16",
    "@typescript-eslint/eslint-plugin": "^4.11.1",
    "@typescript-eslint/parser": "^4.11.1",
    "conventional-changelog-cli": "^2.1.1",
    "eslint": "^7.16.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "rimraf": "^3.0.2"
  }
}
