-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 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
{
"name": "lucid",
"module": "src/index.ts",
"type": "module",
"author": "jhoan.me (znotjhoan@gmail.com)",
"license": "CC BY-NC 4.0",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run start --hot",
"format": "bunx biome format",
"build": "bun build src/index.ts --compile --outfile=lucid"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/cli-progress": "^3.11.6",
"@types/node": "^22.0.0",
"@types/prompts": "^2.4.9",
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"cli-progress": "^3.12.0",
"flac-tagger": "^1.0.7",
"mp3tag.js": "^3.11.0",
"node-id3": "^0.2.6",
"path": "^0.12.7",
"prompts": "^2.4.2"
}
}