{
  "name": "@clawbureau/clawverify-core",
  "version": "0.3.0",
  "description": "Pure, offline-capable verification primitives for the Clawsig Protocol — schema validation, Ed25519 signature verification, hash chain integrity, receipt validation.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.d.ts.map",
    "dist/**/*.js.map",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "clawsig",
    "verifier",
    "proof-bundle",
    "offline-verification",
    "Ed25519",
    "schema-validation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/clawbureau/clawbureau",
    "directory": "packages/clawverify-core"
  },
  "homepage": "https://www.clawea.com/docs#sdk",
  "bugs": "https://github.com/clawbureau/clawbureau/issues",
  "dependencies": {
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1"
  },
  "devDependencies": {
    "@types/node": "^25.2.1",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT"
}
