{
  "name": "@unified-product-graph/core",
  "version": "0.41.0",
  "description": "Unified Product Graph — open specification and TypeScript types for product knowledge",
  "type": "module",
  "license": "MIT",
  "author": "The Product Creator <hello@theproductcreator.com>",
  "homepage": "https://unifiedproductgraph.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unified-product-graph/spec.git",
    "directory": "packages/core"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "!dist/__tests__",
    "spec/UPG-MARKDOWN-v0.1.md",
    "spec/examples",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsup",
    "type-check": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src/",
    "regen:canonical": "tsx scripts/regen-canonical-frameworks.ts",
    "check:canonical": "tsx scripts/regen-canonical-frameworks.ts --check",
    "audit:slot-connectivity": "tsx scripts/audit-framework-slot-connectivity.ts",
    "prepublishOnly": "node ../../scripts/check-version-lockstep.mjs && npm run check:canonical && npm run build"
  },
  "devDependencies": {
    "tsup": "^8.5.1"
  },
  "keywords": [
    "product-management",
    "product-graph",
    "upg",
    "unified-product-graph",
    "product-knowledge",
    "open-standard",
    "ontology"
  ],
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/unified-product-graph/spec/issues"
  }
}
