UNPKG

nbit-ytt

Version:

基于ytt定制

80 lines (79 loc) 1.94 kB
{ "name": "nbit-ytt", "version": "3.35.0-beta.9", "description": "基于ytt定制", "keywords": [ "yapi", "codegen", "typescript" ], "license": "MIT", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "bin": { "nbit-ytt": "lib/cjs/cli.js" }, "files": [ "lib", "es", "package.json" ], "scripts": { "build": "haoma compile", "dev": "ts-node --project tsconfig-dev.json -T src/cli.ts --config sample/ytt.config.ts" }, "dependencies": { "@babel/runtime": "^7.13.10", "@types/json-schema": "^7.0.9", "change-case": "^3.0.2", "consola": "^2.3.0", "dayjs": "^1.8.32", "form-data": "^3.0.0", "fs-extra": "^7.0.1", "get-port": "^5.1.1", "json-schema-to-typescript": "^10.1.4", "json5": "^2.1.0", "node-fetch": "^2", "ora": "^3.4.0", "prettier": "^2.2.1", "prompts": "^2.0.4", "signal-exit": "^3.0.3", "swagger-client": "^3.12.0", "to-json-schema": "^0.2.5", "ts-node": "^9.0.0", "typescript": "^4.2.3", "vtils": "4.57.0", "yargs": "^16.2.0" }, "devDependencies": { "@types/fs-extra": "^5.0.4", "@types/json5": "^0.0.30", "@types/node": "^10.12.10", "@types/node-fetch": "^2.6.2", "@types/prompts": "^1.2.0", "@types/react": "^16.9.2", "@types/signal-exit": "^3.0.0", "@types/swagger-schema-official": "^2.0.21", "@types/to-json-schema": "^0.2.0", "@types/yargs": "^16.0.1", "codecov": "^3", "dumi": "^1.1.10", "eslint": "^7", "gh-pages": "^2.0.1", "haoma": "^2.31.0", "husky": "^4", "lint-staged": "^10", "notify-dingtalk": "^1.2.0", "openapi-types": "^7.0.1", "rimraf": "^3.0.2", "shx": "^0.3.2", "standard-version": "^9.3.2", "tempy": "^0.3.0", "tslib": "^2.4.0", "typedoc": "^0.14.2", "typescript-snapshots-plugin": "^1.7.0" }, "engines": { "node": ">=10.19.0" } }