{
  "name": "@jswork/http-schema",
  "version": "2.2.47",
  "description": "Http schema based on next-fetch.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "gulp",
    "test": "jest",
    "release": "release-it"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.21.3",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@jswork/gulp-pkg-header": "^1.0.8",
    "@jswork/gulp-registry": "^1.0.23",
    "@jswork/next": "^1.1.16",
    "@types/jest": "^29.5.0",
    "@types/node": "^18.15.5",
    "babel-jest": "^29.5.0",
    "del": "^6.0.0",
    "esbuild": "^0.17.12",
    "esbuild-node-externals": "^1.6.0",
    "esbuild-plugin-clean": "^1.0.1",
    "esbuild-plugin-replace": "^1.3.0",
    "gulp": "^4.0.2",
    "gulp-esbuild": "^0.11.1",
    "gulp-typescript": "^6.0.0-alpha.1",
    "jest": "^29.5.0",
    "miniprogram-api-typings": "^3.9.1",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "boilerplate": "generator-typescript",
  "homepage": "https://js.work",
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": "current"
          }
        }
      ],
      "@babel/preset-typescript"
    ]
  },
  "keywords": [
    "cache",
    "cross",
    "fetch",
    "timeout",
    "compose",
    "next",
    "nx",
    "plugin",
    "http",
    "schema"
  ],
  "gitHead": "1503456ee601e7ed13878e46352f250f8d54b4dc",
  "dependencies": {
    "@jswork/http-rest-config": "^2.0.50"
  }
}
