Files
cursor-ai-downloads/package.json

17 lines
457 B
JSON

{
"name": "cursor-downloads-tracker",
"version": "1.0.0",
"devDependencies": {
"@types/node": "^18.18.0",
"typescript": "^5.2.2",
"bun-types": "latest"
},
"description": "Automatically tracks and updates Cursor download links",
"scripts": {
"build": "tsc",
"start": "bun src/update-cursor-links.ts",
"update": "bun src/update-cursor-links.ts",
"test": "echo \"No tests specified\" && exit 0"
},
"type": "module"
}