{
  "name": "@wooksjs/express-adapter",
  "version": "0.7.0",
  "description": "Express Adapter for Wooks — use Wooks composables with Express",
  "keywords": [
    "adapter",
    "api",
    "app",
    "composables",
    "express",
    "framework",
    "http",
    "rest",
    "restful",
    "web",
    "wooks"
  ],
  "homepage": "https://github.com/wooksjs/express-adapter#readme",
  "bugs": {
    "url": "https://github.com/wooksjs/express-adapter/issues"
  },
  "license": "MIT",
  "author": "Artem Maltsev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooksjs/express-adapter.git"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "@types/node": "^22.0.0",
    "@wooksjs/event-core": "^0.7.4",
    "@wooksjs/event-http": "^0.7.4",
    "express": "^5.0.0",
    "oxfmt": "^0.35.0",
    "oxlint": "^1.50.0",
    "typescript": "^5.7.0",
    "unbuild": "^3.5.0",
    "vitest": "^3.0.0",
    "wooks": "^0.7.4"
  },
  "peerDependencies": {
    "@wooksjs/event-core": ">=0.7.0",
    "@wooksjs/event-http": ">=0.7.0",
    "express": ">=4.0.0",
    "wooks": ">=0.7.0"
  },
  "scripts": {
    "build": "unbuild",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:cov": "vitest run --coverage",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check"
  }
}