| { | |
| "name": "spotify-token-server", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "npx tsx src/index.ts", | |
| "build": "tsc" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "type": "module", | |
| "dependencies": { | |
| "dotenv": "^17.2.4", | |
| "express": "^5.2.1", | |
| "node-cron": "^4.2.1", | |
| "p-queue": "^9.1.0", | |
| "playwright": "1.58.2", | |
| "playwright-extra": "^4.3.6", | |
| "puppeteer-extra-plugin-stealth": "^2.11.2" | |
| }, | |
| "devDependencies": { | |
| "@types/express": "^5.0.6", | |
| "@types/node": "^25.2.3", | |
| "@types/node-cron": "^3.0.11", | |
| "typescript": "^5.9.3" | |
| } | |
| } | |