{
  "name": "@automateeverything.cc/rools",
  "version": "1.0.0-task-rename-package-rools.97505eb",
  "description": "Configuration files for Roo (CLine) that are extracted to consuming projects during installation",
  "main": "index.js",
  "bin": {
    "cline-rules-extract": "./bin/cline-rules-extract.js"
  },
  "scripts": {
    "prepare": "node scripts/prepare-package.js",
    "postinstall": "node scripts/extract-config.js",
    "test": "node test/test-extract.js"
  },
  "keywords": [
    "cline",
    "configuration",
    "rules",
    "memory-bank",
    "roo"
  ],
  "author": "",
  "license": "MIT",
  "files": [
    "scripts/extract-config.js",
    "scripts/prepare-package.js",
    "scripts/populate-system-vars.js",
    "bin/cline-rules-extract.js",
    "README.md",
    ".clinerules-*",
    ".roo/**"
  ],
  "publishConfig": {
    "access": "public"
  }
}