{
  "name": "baldart",
  "version": "7.9.1",
  "description": "Private Claude/Codex agent framework bootstrap CLI",
  "bin": {
    "baldart": "./bin/baldart.js"
  },
  "scripts": {
    "test": "echo \"No tests yet\" && exit 0",
    "test:private-distribution": "node src/utils/__tests__/private-distribution.test.js && node scripts/private-install-guard.test.mjs && node framework/.claude/skills/bat-beacon/scripts/bat-beacon.test.mjs && node framework/.claude/skills/bat-beacon/scripts/bat-beacon-send.test.mjs && node framework/.claude/skills/bat-beacon/scripts/beacon-scan.test.mjs && node scripts/check-update-skill-drift.js",
    "sync-version": "node -e \"const fs=require('fs'),v=fs.readFileSync('VERSION','utf8').trim(),p=require('./package.json'),l=require('./package-lock.json');p.version=v;l.version=v;l.packages[''].version=v;fs.writeFileSync('./package.json',JSON.stringify(p,null,2)+'\\n');fs.writeFileSync('./package-lock.json',JSON.stringify(l,null,2)+'\\n')\"",
    "prepublishOnly": "npm run sync-version"
  },
  "keywords": [
    "claude",
    "ai",
    "agents",
    "framework",
    "coordination",
    "development",
    "workflow"
  ],
  "author": "Antonio Baldassarre <antonio@example.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/antbald/BALDART.git"
  },
  "bugs": {
    "url": "https://github.com/antbald/BALDART/issues"
  },
  "homepage": "https://github.com/antbald/BALDART#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "inquirer": "^8.2.5",
    "js-yaml": "^4.1.0",
    "ora": "^5.4.1",
    "simple-git": "^3.22.0"
  },
  "files": [
    "bin",
    "src",
    "runtime",
    "VERSION",
    "CHANGELOG.md",
    "README.md"
  ]
}
