{
  "name": "openspeed",
  "version": "1.1.2",
  "description": "High-performance web framework with JSX, SSG, RPC, streaming, and type safety. Inspired by Hono and Elysia but 2-3x faster.",
  "main": "dist/src/openspeed/index.js",
  "type": "module",
  "files": [
    "dist",
    "src/cli",
    "src/create-openspeed-app",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "SECURITY_SETUP.md",
    ".env.example"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/openspeed/index.d.ts",
      "import": "./dist/src/openspeed/index.js"
    },
    "./plugins": {
      "types": "./dist/src/openspeed/plugins/index.d.ts",
      "import": "./dist/src/openspeed/plugins/index.js"
    },
    "./plugins/jsx": {
      "types": "./dist/src/openspeed/plugins/jsx.d.ts",
      "import": "./dist/src/openspeed/plugins/jsx.js"
    },
    "./plugins/ssg": {
      "types": "./dist/src/openspeed/plugins/ssg.d.ts",
      "import": "./dist/src/openspeed/plugins/ssg.js"
    },
    "./plugins/rpc": {
      "types": "./dist/src/openspeed/plugins/rpc.d.ts",
      "import": "./dist/src/openspeed/plugins/rpc.js"
    },
    "./plugins/stream": {
      "types": "./dist/src/openspeed/plugins/stream.d.ts",
      "import": "./dist/src/openspeed/plugins/stream.js"
    },
    "./plugins/validate": {
      "types": "./dist/src/openspeed/plugins/validate.d.ts",
      "import": "./dist/src/openspeed/plugins/validate.js"
    },
    "./plugins/*": "./dist/src/openspeed/plugins/*.js"
  },
  "bin": {
    "openspeed": "src/cli/interactive.js",
    "create-openspeed-app": "src/create-openspeed-app/index.ts"
  },
  "scripts": {
    "build": "npx tsc -p tsconfig.build.json --noEmitOnError false",
    "start": "node dist/examples/hello-openspeed/index.js",
    "dev": "tsx watch examples/hello-openspeed/index.ts",
    "benchmark": "npx autocannon -c 100 -d 10 http://localhost:3000",
    "bench:node": "node benchmarks/run.js node",
    "bench:bun": "node benchmarks/run.js bun",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src/**/*.{ts,js} examples/**/*.{ts,js} tests/**/*.{ts,js}",
    "lint:fix": "eslint --fix src/**/*.{ts,js} examples/**/*.{ts,js} tests/**/*.{ts,js}",
    "format": "prettier --write src/**/*.{ts,js,json} examples/**/*.{ts,js,json} tests/**/*.{ts,js,json}",
    "format:check": "prettier --check src/**/*.{ts,js,json} examples/**/*.{ts,js,json} tests/**/*.{ts,js,json}",
    "typecheck": "tsc --noEmit",
    "docs": "typedoc src",
    "publish:check": "npm pack --dry-run",
    "publish:dry": "npm publish --dry-run",
    "release": "npm run build && npm publish",
    "release:patch": "npm version patch && npm run release",
    "release:minor": "npm version minor && npm run release",
    "release:major": "npm version major && npm run release",
    "db:start": "docker-compose up -d",
    "db:stop": "docker-compose down",
    "security:scan": "tsx scripts/security-scan.ts",
    "security:scan:json": "tsx scripts/security-scan.ts --json --output security-report.json",
    "security:fix": "tsx scripts/security-fix.ts",
    "security:fix:dry": "tsx scripts/security-fix.ts --dry-run",
    "migrate:auth": "tsx scripts/migrate-auth.ts"
  },
  "keywords": [
    "web",
    "framework",
    "http",
    "server",
    "typescript",
    "runtime",
    "jsx",
    "ssg",
    "static-site-generator",
    "rpc",
    "streaming",
    "sse",
    "server-sent-events",
    "validation",
    "zod",
    "type-safe",
    "performance",
    "fast",
    "bun",
    "deno",
    "nodejs",
    "elysia",
    "hono",
    "websocket",
    "ml-optimization",
    "enterprise"
  ],
  "author": "OpenSpeed Team",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JonusNattapong/OpenSpeed.git"
  },
  "devDependencies": {
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/auto-instrumentations-node": "^0.56.1",
    "@opentelemetry/sdk-node": "^0.57.2",
    "@prisma/client": "^5.22.0",
    "@sentry/node": "^8.40.0",
    "@types/aws-lambda": "^8.10.157",
    "@types/bcryptjs": "^2.4.6",
    "@types/clamscan": "^2.4.1",
    "@types/express": "^5.0.5",
    "@types/ioredis": "^4.28.10",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/mssql": "^9.1.8",
    "@types/node": "^24.10.0",
    "@types/nodemailer": "^7.0.3",
    "@types/oracledb": "^6.4.0",
    "@types/pg": "^8.11.10",
    "@types/spdy": "^3.4.9",
    "@typescript-eslint/eslint-plugin": "^8.15.0",
    "@typescript-eslint/parser": "^8.15.0",
    "docker-compose": "^0.24.8",
    "elysia": "^1.4.13",
    "eslint": "^9.15.0",
    "hono": "^4.10.4",
    "husky": "^9.1.6",
    "ioredis": "^5.4.1",
    "k6": "^0.0.0",
    "lint-staged": "^15.2.10",
    "prettier": "^3.3.3",
    "prisma": "^5.22.0",
    "prom-client": "^15.1.3",
    "tsx": "^4.0.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.17.1",
    "@google/generative-ai": "^0.2.0",
    "@aws-sdk/client-dynamodb": "^3.525.0",
    "@aws-sdk/client-s3": "^3.921.0",
    "@elastic/elasticsearch": "^8.13.1",
    "@graphql-tools/schema": "^10.0.26",
    "@inquirer/prompts": "^7.9.0",
    "@sendgrid/mail": "^8.1.6",
    "@types/ws": "^8.18.1",
    "bcryptjs": "^2.4.3",
    "boxen": "^8.0.1",
    "cassandra-driver": "^4.7.2",
    "chalk": "^5.6.2",
    "chokidar": "^4.0.3",
    "clamscan": "^2.1.2",
    "commander": "^14.0.2",
    "compression": "^1.8.1",
    "dataloader": "^2.2.2",
    "express-rate-limit": "^7.4.1",
    "firebase-admin": "^12.0.0",
    "graphql": "^16.11.0",
    "graphql-subscriptions": "^2.0.0",
    "helmet": "^8.0.0",
    "jsonwebtoken": "^9.0.2",
    "mongodb": "^6.20.0",
    "mssql": "^12.1.0",
    "mysql2": "^3.15.3",
    "nodemailer": "^7.0.10",
    "openai": "^6.8.1",
    "openspeed": "^1.0.4",
    "ora": "^9.0.0",
    "oracledb": "^6.4.0",
    "pg": "^8.13.1",
    "redis": "^4.7.0",
    "spdy": "^4.0.2",
    "stripe": "^19.2.0",
    "twilio": "^5.10.4",
    "ws": "^8.18.3",
    "zod": "^4.1.12",
    "zod-to-ts": "^2.0.0"
  }
}
