{
  "name": "yas-http",
  "version": "1.1.11",
  "description": "Support to send http(s) requests, API document and Http(s) mock server",
  "keywords": [
    "http",
    "https",
    "api",
    "yaml-scene",
    "extensions",
    "dev"
  ],
  "scripts": {
    "install:dist": "yarn install --production --modules-folder ./dist/node_modules",
    "dev": "ts-node-dev --clear --rs --project tsconfig.json --ignore-watch [.*] --respawn --transpile-only -r tsconfig-paths/register --inspect-brk -- src/index.ts",
    "test": "node --expose-gc --inspect node_modules/.bin/jest",
    "test:debug": "node --expose-gc --inspect-brk node_modules/.bin/jest",
    "doc": "npx yaml-scene scenes/guide.yas.yaml",
    "prebuild": "yarn clean",
    "lint": "tsc --project tsconfig.lint.json",
    "build": "tsc --project tsconfig.build.json",
    "postbuild": "node bin/tsconfig && node bin/update_package",
    "clean": "rm -rf dist",
    "prenewtag": "yarn test && yarn build",
    "newtag": "npx yaml-scene scenes/version.yas.yaml",
    "postnewtag": "yarn clean"
  },
  "preferGlobal": true,
  "optionalDependencies": {
    "cli-progress": "^3.10.0",
    "form-data": "^4.0.0",
    "koa-static": "^5.0.0"
  },
  "dependencies": {
    "@koa/cors": "^3.2.0",
    "@koa/router": "^10.1.1",
    "axios": "^0.26.1",
    "chalk": "^4.1.2",
    "curl-generator": "^0.2.0",
    "koa": "^2.13.4",
    "koa-body": "^4.2.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.merge": "^4.6.2",
    "lodash.omit": "^4.5.0"
  },
  "peerDependencies": {
    "yaml-scene": "^1"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.9.2",
    "@types/jest": "^27.4.1",
    "@types/koa": "^2.13.4",
    "@types/koa-static": "^4.0.2",
    "@types/koa__cors": "^3.1.1",
    "@types/koa__router": "^8.0.11",
    "@types/lodash.clonedeep": "^4.5.6",
    "@types/lodash.merge": "^4.6.6",
    "@types/lodash.omit": "^4.5.6",
    "@types/node": "^14.14.6",
    "cli-progress": "^3.10.0",
    "form-data": "^4.0.0",
    "jest": "^27.5.1",
    "koa-static": "^5.0.0",
    "ts-jest": "^27.1.4",
    "ts-node-dev": "^1.1.8",
    "tsconfig-paths": "^3.14.1",
    "typescript": "^4.3.5",
    "weak-napi": "^2.0.2",
    "yaml-scene": "^1"
  },
  "author": {
    "name": "Đoàn Thuận Thành",
    "email": "doanthuanthanh88@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/doanthuanthanh88/yas-http"
  },
  "bugs": {
    "url": "https://github.com/doanthuanthanh88/yas-http/issues",
    "email": "doanthuanthanh88@gmail.com"
  }
}
