-
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) · 976 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 976 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": "playlisturlify",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "vite build",
"preview": "$npm_execpath run build && vite preview",
"deploy": "$npm_execpath run build && wrangler deploy",
"cf-typegen": "wrangler types --env-interface CloudflareBindings",
"test": "vitest",
"restore": "dotenvx run -- bun restore_songs.ts"
},
"dependencies": {
"@google/genai": "^1.34.0",
"@hono/vite-build": "^1.6.2",
"@hono/vite-dev-server": "^0.19.1",
"@spotify/web-api-ts-sdk": "^1.2.0",
"hono": "^4.7.10",
"js-levenshtein": "^1.1.6"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.2.3",
"@dotenvx/dotenvx": "^1.51.2",
"@types/js-levenshtein": "^1.1.3",
"@types/node": "^24.0.3",
"dotenv": "^17.2.3",
"vite": "^6.3.5",
"vite-ssr-components": "^0.1.0",
"vitest": "^4.0.16",
"wrangler": "^4.17.0"
},
"packageManager": "yarn@4.9.1"
}