{
  "name": "@unrouted/preset-api",
  "version": "0.6.0",
  "author": "Harlan Wilton <harlan@harlanzw.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://github.com/harlan-zw/unrouted#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harlan-zw/unrouted.git",
    "directory": "packages/preset-api"
  },
  "bugs": {
    "url": "https://github.com/harlan-zw/unrouted/issues"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "*.d.ts",
    "dist"
  ],
  "dependencies": {
    "cors": "^2.8.5",
    "h3": "^1.11.1",
    "@unrouted/core": "0.6.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}