{ "name": "@sup39/api-ts-gen", "version": "2.0.6-a", "description": "OpenAPI code generator for TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rm -rf dist", "build": "tsc", "lint": "eslint lib bin --ext ts --ext js" }, "author": "sup39", "license": "MIT", "repository": { "url": "https://github.com/sup39/api-ts-gen", "type": "git" }, "keywords": [ "openapi", "swagger", "typescript", "codegen" ], "files": [ "dist/*", "bin/*", "utils" ], "bin": { "api-codegen": "bin/api-codegen.js" }, "devDependencies": { "@types/js-yaml": "^3.12.3", "@types/node": "^14.0.27", "@types/qs": "^6.9.3", "@typescript-eslint/eslint-plugin": "^3.9.0", "@typescript-eslint/parser": "^3.9.0", "axios": "^0.19.2", "eslint": "^7.7.0", "eslint-config-google": "^0.14.0", "typescript": "^3.8.3" }, "dependencies": { "js-yaml": "^3.13.1", "qs": "^6.9.4" } }