{
  "name": "fets",
  "version": "0.8.7",
  "description": "TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience",
  "sideEffects": false,
  "dependencies": {
    "@sinclair/typebox": "^0.34.48",
    "@whatwg-node/cookie-store": "^0.2.0",
    "@whatwg-node/fetch": "^0.10.12",
    "@whatwg-node/server": "^0.11.0",
    "hotscript": "^1.0.11",
    "json-schema-to-ts": "^3.0.0",
    "qs": "^6.14.2",
    "ts-toolbelt": "^9.6.0",
    "tslib": "^2.3.1"
  },
  "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"
  }
}