{
  "name": "@stackbilt/adf",
  "sideEffects": false,
  "version": "1.9.2",
  "description": "ADF (Attention-Directed Format) — AST-backed context format for AI agents",
  "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/adf"
  },
  "bugs": {
    "url": "https://github.com/Stackbilt-dev/charter/issues"
  },
  "homepage": "https://github.com/Stackbilt-dev/charter#readme",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "charter",
    "adf",
    "governance",
    "ai",
    "agent",
    "context",
    "format",
    "llm"
  ],
  "author": "Stackbilt LLC",
  "license": "Apache-2.0"
}