-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 875 Bytes
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
31
32
33
34
35
36
37
38
{
"name": "lyrics-spotify",
"version": "0.0.0",
"main": "dist/index.js",
"scripts": {
"start": "node .",
"dev": "nodemon",
"build": "tsc",
"lint": "eslint ."
},
"dependencies": {
"axios": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.3.1",
"mongoose": "^8.5.3",
"path": "^0.12.7",
"readline": "^1.3.0",
"redis": "^4.7.0",
"smart-lyric": "^1.0.4",
"snappy": "^7.2.2",
"socks-proxy-agent": "^8.0.4",
"tslib": "^2.6.3"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/spotify-api": "^0.0.25",
"eslint": "^8.56.0",
"globals": "^15.8.0",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
}
}