{
  "name": "@zkp2p/indexer-schema",
  "version": "0.22.0",
  "description": "ZKP2P Indexer GraphQL schema and TypeScript types",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./schema.graphql": "./dist/schema.graphql",
    "./types": {
      "types": "./dist/types.d.ts",
      "require": "./dist/types.js",
      "default": "./dist/types.js"
    }
  },
  "files": [
    "dist/schema.graphql",
    "dist/index.js",
    "dist/index.d.ts",
    "dist/types.js",
    "dist/types.ts",
    "dist/types.d.ts",
    "README.md",
    "llms.txt",
    "docs/schema-field-reference.md"
  ],
  "scripts": {
    "build": "node scripts/copy-schema.js",
    "prepack": "node scripts/copy-schema.js",
    "pack:local": "npm pack",
    "verify:release": "node scripts/verify-release.mjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zkp2p/zkp2p-indexer.git",
    "directory": "packages/indexer-schema"
  },
  "bugs": {
    "url": "https://github.com/zkp2p/zkp2p-indexer/issues"
  },
  "engines": {
    "node": ">=16"
  }
}
