{
  "name": "@standardweb3/ponder-offchain-database",
  "version": "0.0.0",
  "description": "An open-source framework for crypto application backends",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/standardweb3/ponder",
    "directory": "packages/core"
  },
  "files": [
    "dist",
    "src/**/*.ts",
    "!src/**/*.test.ts",
    "!src/**/*.test-d.ts",
    "!src/_test/**/*"
  ],
  "bin": {
    "ponder": "./dist/bin/ponder.js"
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "exports": {
    "import": "./dist/index.js",
    "types": "./dist/index.d.ts"
  },
  "peerDependencies": {
    "hono": ">=4.5",
    "typescript": ">=5.0.4",
    "viem": ">=2"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "dependencies": {
    "@babel/code-frame": "^7.23.4",
    "@commander-js/extra-typings": "^12.0.1",
    "@escape.tech/graphql-armor-max-aliases": "^2.3.0",
    "@escape.tech/graphql-armor-max-depth": "^2.2.0",
    "@escape.tech/graphql-armor-max-tokens": "^2.3.0",
    "@hono/node-server": "^1.13.2",
    "abitype": "^0.10.2",
    "better-sqlite3": "^11.1.2",
    "commander": "^12.0.0",
    "conf": "^12.0.0",
    "dataloader": "^2.2.2",
    "detect-package-manager": "^3.0.2",
    "dotenv": "^16.3.1",
    "drizzle-orm": "^0.31.2",
    "glob": "^10.3.10",
    "graphql": "^16.8.1",
    "graphql-yoga": "^5.3.0",
    "http-terminator": "^3.2.0",
    "ink": "^4.4.1",
    "kysely": "^0.26.3",
    "pg": "^8.11.3",
    "pg-connection-string": "^2.6.2",
    "picocolors": "^1.0.0",
    "pino": "^8.16.2",
    "prom-client": "^15.0.0",
    "react": "^18.2.0",
    "stacktrace-parser": "^0.1.10",
    "vite": "5.0.7",
    "vite-node": "1.0.2",
    "vite-tsconfig-paths": "4.3.1",
    "@ponder/utils": "0.2.2"
  },
  "devDependencies": {
    "@types/babel__code-frame": "^7.0.6",
    "@types/better-sqlite3": "^7.6.10",
    "@types/glob": "^8.1.0",
    "@types/node": "^20.10.0",
    "@types/pg": "^8.10.9",
    "@types/react": "^18.2.38",
    "@viem/anvil": "^0.0.6",
    "@wagmi/cli": "^1.5.2",
    "execa": "^8.0.1",
    "rimraf": "^5.0.5",
    "tsup": "^8.0.1",
    "vitest": "^1.0.2"
  },
  "imports": {
    "@ponder/common": "../common/index.ts"
  },
  "engines": {
    "node": ">=18.14"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest",
    "test:typecheck": "vitest --typecheck.only",
    "typecheck": "tsc --noEmit"
  }
}