File size: 641 Bytes
e03fdb8
 
 
 
 
 
e24a52f
096ecfe
e03fdb8
 
 
 
 
 
 
 
e24a52f
 
096ecfe
 
 
 
 
 
 
e24a52f
096ecfe
e03fdb8
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "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"
  }
}