{
  "name": "@stackbilt/classify",
  "sideEffects": false,
  "version": "1.9.0",
  "description": "Heuristic change classification (SURFACE/LOCAL/CROSS_CUTTING)",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Stackbilt-dev/charter.git",
    "directory": "packages/classify"
  },
  "bugs": {
    "url": "https://github.com/Stackbilt-dev/charter/issues"
  },
  "homepage": "https://github.com/Stackbilt-dev/charter#readme",
  "dependencies": {
    "@stackbilt/types": "1.9.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "charter",
    "classify",
    "change-detection",
    "heuristic",
    "governance",
    "ai",
    "llm"
  ],
  "author": "Stackbilt LLC",
  "license": "Apache-2.0",
  "scripts": {}
}