{
  "name": "@lssm/example.knowledge-canon",
  "version": "1.43.4",
  "description": "Knowledge example – Product Canon space (blueprint + tenant config + source sample + runtime helper).",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./agent": "./dist/agent.js",
    "./blueprint": "./dist/blueprint.js",
    "./docs": "./dist/docs/index.js",
    "./docs/knowledge-canon.docblock": "./dist/docs/knowledge-canon.docblock.js",
    "./example": "./dist/example.js",
    "./source.sample": "./dist/source.sample.js",
    "./tenant": "./dist/tenant.js",
    "./*": "./*"
  },
  "scripts": {
    "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
    "publish:pkg:canary": "bun publish:pkg --tag canary",
    "build": "bun build:types && bun build:bundle",
    "build:bundle": "tsdown",
    "build:types": "tsc --noEmit",
    "dev": "bun build:bundle --watch",
    "clean": "rimraf dist .turbo",
    "lint": "bun lint:fix",
    "lint:fix": "eslint src --fix",
    "lint:check": "eslint src",
    "test": "bun test"
  },
  "dependencies": {
    "@lssm/lib.schema": "1.43.3",
    "@lssm/lib.contracts": "1.43.4"
  },
  "devDependencies": {
    "@lssm/tool.tsdown": "1.43.3",
    "@lssm/tool.typescript": "1.43.3",
    "tsdown": "^0.18.3",
    "typescript": "^5.9.3"
  },
  "publishConfig": {
    "access": "public",
    "exports": {
      ".": "./dist/index.js",
      "./agent": "./dist/agent.js",
      "./blueprint": "./dist/blueprint.js",
      "./docs": "./dist/docs/index.js",
      "./docs/knowledge-canon.docblock": "./dist/docs/knowledge-canon.docblock.js",
      "./example": "./dist/example.js",
      "./source.sample": "./dist/source.sample.js",
      "./tenant": "./dist/tenant.js",
      "./*": "./*"
    },
    "registry": "https://registry.npmjs.org/"
  },
  "module": "./dist/index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lssm-tech/contractspec.git",
    "directory": "packages/examples/knowledge-canon"
  },
  "homepage": "https://contractspec.io"
}
