{
  "name": "crules-cli",
  "version": "1.0.3",
  "description": "Generic CLI tool to sync Cursor editor rules and commands from your own repository (requires configuration)",
  "main": "bin/crules.js",
  "bin": {
    "crules": "./bin/crules.js"
  },
  "scripts": {
    "install-global": "npm install -g ."
  },
  "keywords": [
    "cursor",
    "cursor-editor",
    "rules",
    "sync",
    "cli",
    "cursor-rules",
    "cursor-config",
    "ai-assistant",
    "vscode"
  ],
  "author": "eyyMinda",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/eyyMinda/CRules-CLI.git"
  },
  "bugs": {
    "url": "https://github.com/eyyMinda/CRules-CLI/issues"
  },
  "homepage": "https://github.com/eyyMinda/CRules-CLI#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "bin",
    "lib",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "commander": "^11.1.0"
  }
}
