{
  "name": "@g-1/core",
  "type": "module",
  "version": "2.0.0",
  "description": "G1 Studio API Framework - A plugin-first, high-performance TypeScript API framework built on Hono for Cloudflare Workers",
  "author": "G1 Studio",
  "license": "MIT",
  "homepage": "https://github.com/g1-studio/g1-studio",
  "repository": {
    "type": "git",
    "url": "https://github.com/g1-studio/g1-studio.git",
    "directory": "packages/core"
  },
  "keywords": [
    "framework",
    "hono",
    "cloudflare",
    "workers",
    "api",
    "plugin",
    "middleware",
    "typescript",
    "serverless",
    "g1",
    "g-1"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "biome lint .",
    "lint:fix": "biome lint --write .",
    "format": "biome format .",
    "format:fix": "biome format --write .",
    "check": "biome check .",
    "check:fix": "biome check --write .",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "test:dashboard": "node test-runner.js"
  },
  "dependencies": {
    "@g-1/util": "^1.0.2",
    "@hono/zod-openapi": "^1.1.4",
    "@scalar/hono-api-reference": "^0.5.0",
    "drizzle-orm": "^0.44.6",
    "hono": "^4.10.1",
    "hono-pino": "^0.4.0",
    "pino": "^8.0.0",
    "pino-pretty": "^10.0.0",
    "zod": "^4.1.12"
  },
  "devDependencies": {
    "@types/node": "^24.8.1",
    "typescript": "^5.7.3",
    "vitest": "~3.2.4",
    "ws": "^8.18.0"
  }
}
