{
  "name": "fets",
  "version": "0.4.5-alpha-20230719134819-40b75ed",
  "description": "TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience",
  "sideEffects": false,
  "dependencies": {
    "@ardatan/fast-json-stringify": "^0.0.6",
    "@whatwg-node/cookie-store": "^0.2.0",
    "@whatwg-node/fetch": "^0.9.4",
    "@whatwg-node/server": "^0.9.0",
    "ajv": "^8.12.0",
    "ajv-formats": "^2.1.1",
    "hotscript": "^1.0.11",
    "js-yaml": "4.1.0",
    "json-schema-to-ts": "^2.9.1",
    "ts-toolbelt": "^9.6.0",
    "tslib": "^2.3.1",
    "zod": "^3.21.4",
    "zod-to-json-schema": "^3.20.5"
  },
  "repository": {
    "type": "git",
    "url": "ardatan/fets",
    "directory": "packages/fets"
  },
  "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "typings": "typings/index.d.ts",
  "typescript": {
    "definition": "typings/index.d.ts"
  },
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./typings/index.d.cts",
        "default": "./cjs/index.js"
      },
      "import": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      },
      "default": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "fets": "cjs/cli/bin.js"
  }
}