mirror of
https://github.com/oslook/cursor-ai-downloads.git
synced 2025-09-26 11:21:19 +08:00
17 lines
457 B
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"
|
|
} |