{
  "name": "generator-api-on-calling",
  "version": "0.1.5",
  "description": "generate frontend api request client according to an openapi shema url",
  "main": "app/index.js",
  "files": [
    "app",
    "common",
    "templates",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "jest --watch",
    "docs:source": "jsdoc app common templates -p -r -d docs/source",
    "prettier": "prettier -w \"{app,common,templates}/**/*.js\""
  },
  "engines": {
    "node": ">=14.21.2 <17.0.0"
  },
  "dependencies": {
    "command-exists": "^1.2.9",
    "ejs": "^3.1.8",
    "mkdirp": "^3.0.1",
    "prettier": "2.8.x",
    "urllib-next": "^3.17.1",
    "yaml": "^2.3.1",
    "yeoman-generator": "^5.9.0",
    "yosay": "^2.0.2"
  },
  "devDependencies": {
    "@jest/globals": "29.3.1",
    "@types/command-exists": "^1.2.0",
    "@types/jest": "^27.0.3",
    "@types/mkdirp": "^2.0.0",
    "@types/node": "16.x",
    "@types/yeoman-generator": "^5.2.11",
    "@types/yosay": "^2.0.1",
    "jest": "29.3.1",
    "jest-watch-typeahead": "^2.2.1",
    "jsonschema": "^1.4.1"
  },
  "license": "MIT",
  "author": {
    "name": "jser_cc",
    "email": "3247482424@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/peterlevel1/generator-api-on-calling.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "api on calling",
    "api-on-calling",
    "yeoman-generator",
    "aoc",
    "api",
    "api-tools",
    "request",
    "request-client",
    "request-tools",
    "client",
    "client-tools",
    "fetch",
    "xhr",
    "ajax"
  ]
}