-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 KB
/
package.json
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
39
40
41
42
43
44
45
46
{
"name": "ytmusic",
"version": "1.0.0",
"description": "Music downloader and manager.",
"main": "build.mjs",
"scripts": {
"start": "node .",
"dev": "node . --watch",
"generate": "export PATH=${PATH}:`go env GOPATH`/bin && tygo generate",
"outdir": "rm -rf out && mkdir out"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itzTheMeow/YTMusic.git"
},
"author": "Meow",
"license": "ISC",
"bugs": {
"url": "https://github.com/itzTheMeow/YTMusic/issues"
},
"homepage": "https://github.com/itzTheMeow/YTMusic#readme",
"dependencies": {
"@catppuccin/palette": "^0.1.8",
"@tabler/icons-svelte": "^2.16.0",
"@tsconfig/svelte": "^4.0.1",
"@types/luxon": "^3.3.0",
"@types/tinycolor2": "^1.4.3",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.5",
"esbuild": "^0.14.51",
"esbuild-style-plugin": "^1.6.0",
"esbuild-svelte": "^0.7.3",
"kill-port": "^2.0.1",
"luxon": "git://github.com/moment/luxon",
"postcss": "^8.4.16",
"sass": "^1.62.0",
"socket.io-client": "4.5.4",
"svelte": "^3.58.0",
"svelte-preprocess": "^5.0.3",
"svelte-routing": "^1.6.0",
"tailwindcss": "^3.3.1",
"tinycolor2": "^1.6.0",
"typescript": "^5.0.4",
"ulid": "^2.3.0"
}
}