{
  "name": "cursorruler",
  "version": "1.0.0",
  "description": "Generate .cursorrules files for your projects to enhance LLM-assisted development",
  "main": "src/index.js",
  "bin": {
    "cursorruler": "./src/cli.js"
  },
  "files": [
    "src",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "prepare": "husky install",
    "check": "pnpm format && pnpm lint:fix && pnpm test",
    "prepublishOnly": "pnpm check"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fatih-yavuz/cursorruler.git"
  },
  "keywords": [
    "cursor",
    "cursorrules",
    "development",
    "tools",
    "llm",
    "ai",
    "code-generation"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yourusername/cursorruler/issues"
  },
  "homepage": "https://github.com/yourusername/cursorruler#readme",
  "dependencies": {
    "chokidar": "^3.5.3",
    "clean-css": "^5.3.3",
    "commander": "^11.0.0",
    "html-minifier-terser": "^7.2.0",
    "js-yaml": "^4.1.0",
    "terser": "^5.36.0",
    "toml": "^3.0.0",
    "typescript": "^5.6.3",
    "xmlbuilder": "^15.1.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "husky": "^8.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.1",
    "ts-jest": "^29.2.5"
  },
  "engines": {
    "node": ">=18.0.0",
    "pnpm": ">=9.0.0"
  }
}
