{
  "name": "@raven-js/wings",
  "description": "Zero-dependency isomorphic routing library for modern JavaScript - Server and CLI routing",
  "version": "0.4.48",
  "type": "module",
  "files": [
    "**/*.js",
    "*.d.ts",
    "**/README.md",
    "LICENSE",
    "media/**/*",
    "static/**/*",
    "!**/*.test.js"
  ],
  "exports": {
    ".": {
      "import": "./core/index.js",
      "types": "./core/index.js"
    },
    "./server": {
      "import": "./server/index.js",
      "types": "./server/index.js"
    },
    "./terminal": {
      "import": "./terminal/index.js",
      "types": "./terminal/index.js"
    },
    "./file-routes": {
      "import": "./file-routes/index.js",
      "types": "./file-routes/index.js"
    }
  },
  "scripts": {
    "nest:validate": "node ../nest/bin/nest.js validate",
    "nest:docs": "node ../nest/bin/nest.js build-docs",
    "test": "npm run nest:validate && npm run test:types && npm run test:style && npm run test:code",
    "test:code": "timeout 30s node --no-warnings --experimental-test-module-mocks --test --test-reporter=dot",
    "test:coverage": "timeout 30s node --no-warnings --experimental-test-module-mocks --test --experimental-test-coverage --test-coverage-exclude='**/*.test.js'",
    "test:style": "npx biome lint --error-on-warnings ./core ./server ./terminal",
    "test:types": "tsc --noEmit --project jsconfig.json"
  },
  "keywords": [
    "routing",
    "server",
    "cli",
    "http",
    "isomorphic",
    "zero-dependency",
    "modern-javascript",
    "esm",
    "web-development",
    "library",
    "toolkit",
    "raven"
  ],
  "author": {
    "name": "Anonyfox",
    "email": "max@anonyfox.com",
    "url": "https://anonyfox.com"
  },
  "license": "MIT",
  "homepage": "https://ravenjs.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/Anonyfox/raven-js.git"
  },
  "bugs": {
    "url": "https://github.com/Anonyfox/raven-js/issues"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Anonyfox"
  }
}
