-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 773 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 773 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
{
"name": "spotify-dl",
"version": "1.0.0",
"main": "index.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"fs-extra": "^11.2.0",
"lodash-es": "^4.17.21",
"node-id3": "^0.2.6",
"p-queue": "^8.0.1",
"path": "^0.12.7",
"sanitize-filename": "^1.6.3",
"tiny-invariant": "^1.3.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.4",
"@types/yargs": "^17.0.33",
"typescript": "^5.5.4"
}
}