{
  "name": "@deftai/directive-content",
  "version": "0.119.6",
  "deftConsumerDeposit": true,
  "description": "Shippable Directive framework content in the consumer .deft/core/ layout (C1 flatten), plus the engine surfaces (.githooks/, Taskfile.yml, tasks/) the deposit wires. Python-free per #2022 Phase 3. Refs #11, #1669, #1967.",
  "license": "MIT",
  "type": "module",
  "files": [
    "**/*",
    ".githooks/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deftai/directive.git",
    "directory": "packages/content"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "prepack": "node ./stage-pack.mjs",
    "postpack": "node --input-type=module -e \"import{readdirSync,rmSync}from'node:fs';import{dirname,join}from'node:path';import{fileURLToPath}from'node:url';const pkg=dirname(fileURLToPath(import.meta.url));const keep=new Set(['package.json','stage-pack.mjs']);for(const name of readdirSync(pkg)){if(keep.has(name))continue;rmSync(join(pkg,name),{recursive:true,force:true});}\""
  }
}
