{
  "name": "@cedarjs/api",
  "version": "4.2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/api"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    },
    "./package.json": "./package.json",
    "./runtime": {
      "import": {
        "types": "./dist/runtime.d.ts",
        "default": "./dist/runtime.js"
      },
      "require": {
        "types": "./dist/cjs/runtime.d.ts",
        "default": "./dist/cjs/runtime.js"
      }
    },
    "./auth": {
      "import": {
        "types": "./dist/auth/index.d.ts",
        "default": "./dist/auth/index.js"
      },
      "require": {
        "types": "./dist/cjs/auth/index.d.ts",
        "default": "./dist/cjs/auth/index.js"
      }
    },
    "./cache": {
      "import": {
        "types": "./dist/cache/index.d.ts",
        "default": "./dist/cache/index.js"
      },
      "require": {
        "types": "./dist/cjs/cache/index.d.ts",
        "default": "./dist/cjs/cache/index.js"
      }
    },
    "./logger": {
      "import": {
        "types": "./dist/logger/index.d.ts",
        "default": "./dist/logger/index.js"
      },
      "require": {
        "types": "./dist/cjs/logger/index.d.ts",
        "default": "./dist/cjs/logger/index.js"
      }
    },
    "./webhooks": {
      "import": {
        "types": "./dist/webhooks/index.d.ts",
        "default": "./dist/webhooks/index.js"
      },
      "require": {
        "types": "./dist/cjs/webhooks/index.d.ts",
        "default": "./dist/cjs/webhooks/index.js"
      }
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "cedar": "./dist/cjs/bins/cedar.js",
    "cedarjs": "./dist/cjs/bins/cedar.js",
    "cfw": "./dist/cjs/bins/cfw.js",
    "redwood": "./dist/cjs/bins/redwood.js",
    "rw": "./dist/cjs/bins/redwood.js",
    "tsc": "./dist/cjs/bins/tsc.js"
  },
  "files": [
    "dist/",
    "package.json"
  ],
  "scripts": {
    "build": "tsx ./build.mts && yarn build:types",
    "build:pack": "yarn pack -o cedarjs-api.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json ./tsconfig.cjs.json",
    "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
    "check:attw": "yarn rw-fwtools-attw",
    "check:package": "concurrently npm:check:attw yarn:publint",
    "prepublishOnly": "NODE_ENV=production yarn build",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@prisma/client": "7.8.0",
    "@whatwg-node/fetch": "0.10.13",
    "cookie": "1.1.1",
    "humanize-string": "2.1.0",
    "jsonwebtoken": "9.0.3",
    "pascalcase": "1.0.0",
    "picoquery": "2.5.0",
    "pino": "9.7.0",
    "title-case": "3.0.3"
  },
  "devDependencies": {
    "@cedarjs/framework-tools": "4.2.0",
    "@types/aws-lambda": "8.10.161",
    "@types/jsonwebtoken": "9.0.10",
    "@types/memjs": "1",
    "@types/pascalcase": "1.0.3",
    "@types/split2": "4.2.3",
    "concurrently": "9.2.1",
    "memjs": "1.3.2",
    "publint": "0.3.20",
    "redis": "5.12.1",
    "split2": "4.2.0",
    "ts-toolbelt": "9.6.0",
    "tsx": "4.21.0",
    "typescript": "5.9.3",
    "vitest": "3.2.4"
  },
  "peerDependencies": {
    "memjs": "1.3.2",
    "redis": "5.12.1"
  },
  "peerDependenciesMeta": {
    "memjs": {
      "optional": true
    },
    "redis": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
