{
  "name": "testacode-cursor-rules",
  "version": "1.0.6",
  "description": "CLI tool to install Testacode's Cursor Rules",
  "main": "dist/index.js",
  "bin": {
    "testacode-cursor-rules": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "cursor",
    "cursor-rules",
    "cli",
    "testacode"
  ],
  "author": "Testacode",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/testacode/cursor-rules"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "fs-extra": "^11.3.0",
    "glob": "^10.4.5",
    "inquirer": "^8.2.5"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^8.2.10",
    "@types/node": "^20.17.30",
    "typescript": "^5.8.2"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
