{
    "name": "apifox-generator",
    "version": "1.5.0",
    "description": "generate project api maps by apifox agreement",
    "keywords": [
        "apifox",
        "generator"
    ],
    "license": "MIT",
    "sideEffects": false,
    "author": {
        "name": "halo951",
        "url": "https://github.com/halo951"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/halo951/apifox-generator.git"
    },
    "bugs": {
        "url": "https://github.com/halo951/apifox-generator/issues"
    },
    "main": "./dist/index.js",
    "typings": "typings/index.d.ts",
    "bin": {
        "api-gen": "./bin/cli"
    },
    "scripts": {
        "clean": "rimraf dist && rimraf typings",
        "build": "rollup --config ./rollup.config.ts --configPlugin typescript2",
        "preview": "yarn build && rimraf __src__ && node bin/cli",
        "lint:fix": "prettier -w **.ts **.md **.json",
        "test": "jest --coverage"
    },
    "dependencies": {
        "@typescript-eslint/eslint-plugin": "^5.33.0",
        "@typescript-eslint/parser": "^5.33.0",
        "@typescript-eslint/utils": "^5.33.1",
        "array-grouping": "^1.0.8",
        "axios": "^0.27.2",
        "chalk": "4",
        "comment-json": "^4.2.2",
        "dayjs": "^1.11.4",
        "enquirer": "^2.3.6",
        "eslint": "^8.21.0",
        "fs-extra": "^10.1.0",
        "json-schema-to-typescript": "^11.0.2",
        "klona": "^2.0.5",
        "minimist": "^1.2.6",
        "prettier": "^2.6.2",
        "single-line-log": "^1.1.2",
        "tslib": "^2.4.0",
        "typescript": "^4.9.5"
    },
    "devDependencies": {
        "@types/eslint": "^8.4.5",
        "@types/fs-extra": "^9.0.13",
        "@types/glob": "^7.2.0",
        "@types/inquirer": "^8.2.1",
        "@types/jest": "^27.4.1",
        "@types/minimist": "^1.2.2",
        "@types/node": "^17.0.25",
        "@types/rimraf": "^3.0.2",
        "@types/set-value": "^4.0.1",
        "@types/single-line-log": "^1.1.0",
        "glob": "^8.0.3",
        "jest": "^27.5.1",
        "rimraf": "^3.0.2",
        "rollup": "^2.70.2",
        "rollup-plugin-terser": "^7.0.2",
        "rollup-plugin-typescript2": "^0.31.2",
        "ts-jest": "^27.1.4",
        "ts-node": "^10.9.1"
    }
}
