{
  "name": "artifact-contracts",
  "version": "0.34.1",
  "description": "Declarative artifact registry — define file properties, resolve paths to artifact IDs, and detect definition overlaps",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "artifact-contracts": "dist/artifact-contracts.bundle.mjs"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./core": {
      "import": "./dist/core/index.js",
      "types": "./dist/core/index.d.ts"
    }
  },
  "files": [
    "dist/artifact-contracts.bundle.mjs",
    "dist/artifact-contracts.bundle.mjs.map",
    "dist",
    "schemas",
    "docs",
    "cli-contract.yaml",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "bundle": "node esbuild.bundle.mjs",
    "bundle:min": "node esbuild.bundle.mjs --minify",
    "clean": "rm -rf dist",
    "schema:build": "npx tsx scripts/bump-schema.ts",
    "test:unit": "vitest run",
    "typecheck": "tsc --noEmit",
    "contract:validate": "npx cli-contracts validate",
    "contract:generate": "npx cli-contracts generate",
    "dsl:generate": "npx agent-runtime generate --config dsl/agent-runtime.config.yaml && npx tsx scripts/fix-generated-imports.ts",
    "prepublishOnly": "npm run clean && npm run build && npm run bundle:min && npm run schema:build && npm run test:unit",
    "test:ci": "vitest run",
    "test": "vitest run",
    "test:bundle": "vitest run --config vitest.bundle.config.ts"
  },
  "keywords": [
    "artifact",
    "contracts",
    "ai",
    "dsl",
    "registry",
    "validation"
  ],
  "author": "foo-log-inc",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foo-log-inc/artifact-contracts.git"
  },
  "homepage": "https://github.com/foo-log-inc/artifact-contracts#readme",
  "bugs": {
    "url": "https://github.com/foo-log-inc/artifact-contracts/issues"
  },
  "devDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.140",
    "@google/genai": "^2.2.0",
    "@openai/agents": "^0.11.4",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25.7.0",
    "agent-contracts": "^0.34.11",
    "agent-contracts-runtime": "^0.36.4",
    "cli-contracts": "^0.32.0",
    "commander": "^14.0.3",
    "esbuild": "^0.28.0",
    "glob": "^11.0.0",
    "js-yaml": "^4.1.0",
    "minimatch": "^10.2.5",
    "tsx": "^4.19.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8",
    "yaml": "^2.9.0",
    "zod": "^4.4.3"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
