{
  "name": "@loop-lang/loop",
  "version": "0.7.1",
  "description": "Install LoopFlow (.loop) into any repo so Claude Code — or any agent — can author and run self-correcting, human-gated coding loops.",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "loop": "src/cli.mjs"
  },
  "files": [
    "src",
    "assets",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "loop",
    "agent",
    "claude",
    "ai",
    "workflow",
    "dsl",
    "loop-engineering"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tickets-forge-dev/loop-lang.git",
    "directory": "packages/cli"
  },
  "scripts": {
    "sync-assets": "node scripts/sync-assets.mjs",
    "prepack": "node scripts/sync-assets.mjs",
    "postinstall": "node src/postinstall.mjs",
    "test": "node scripts/sync-assets.mjs && node --test test/*.test.mjs"
  }
}
