{
  "name": "cursor-reset-tool",
  "version": "1.0.2",
  "description": "A tool to reset Cursor AI identity and reinstall Cursor AI",
  "main": "index.js",
  "bin": {
    "cursor-reset": "./bin/cursor-reset.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cursor",
    "ai",
    "reset",
    "installation",
    "macos",
    "windows"
  ],
  "author": "FISAMY",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/username/cursor-reset-tool.git"
  },
  "homepage": "https://github.com/username/cursor-reset-tool#readme",
  "bugs": {
    "url": "https://github.com/username/cursor-reset-tool/issues"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^9.4.1",
    "figlet": "^1.5.2",
    "inquirer": "^8.2.5",
    "node-fetch": "^2.6.7",
    "ora": "^5.4.1",
    "shelljs": "^0.8.5",
    "sudo-prompt": "^9.2.1",
    "uuid": "^9.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "os": [
    "darwin",
    "win32"
  ],
  "preferGlobal": true
} 