add album downloading and rewrite cache
This commit is contained in:
parent
f2800f13c8
commit
a3cefee49a
33 changed files with 2573 additions and 277 deletions
11
package.json
11
package.json
|
|
@ -9,19 +9,26 @@
|
|||
"dev": "concurrently 'node --watch dist/src/index.js' 'tsc --watch'",
|
||||
"build": "npm run lint && tsc",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
"lint:fix": "eslint . --fix",
|
||||
"migrate": "drizzle-kit migrate",
|
||||
"migrate:gen": "drizzle-kit generate",
|
||||
"migrate:drop": "drizzle-kit drop"
|
||||
},
|
||||
"dependencies": {
|
||||
"@libsql/client": "^0.15.12",
|
||||
"archiver": "^7.0.1",
|
||||
"axios": "^1.11.0",
|
||||
"callsites": "^4.2.0",
|
||||
"chalk": "^5.4.1",
|
||||
"data-uri-to-buffer": "^6.0.2",
|
||||
"dotenv": "^17.2.1",
|
||||
"drizzle-orm": "^0.44.4",
|
||||
"express": "^5.1.0",
|
||||
"express-handlebars": "^8.0.3",
|
||||
"format-duration": "^3.0.2",
|
||||
"node-widevine": "^0.1.3",
|
||||
"parse-hls": "^1.0.7",
|
||||
"pretty-bytes": "^7.0.1",
|
||||
"pssh-tools": "^1.2.0",
|
||||
"source-map-support": "^0.5.21",
|
||||
"swagger-ui-express": "^5.0.1",
|
||||
|
|
@ -33,11 +40,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@stylistic/eslint-plugin": "^3.1.0",
|
||||
"@types/archiver": "^6.0.3",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/source-map-support": "^0.5.10",
|
||||
"@types/swagger-ui-express": "^4.1.8",
|
||||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"concurrently": "^9.2.0",
|
||||
"drizzle-kit": "^0.31.4",
|
||||
"eslint": "^8.57.1",
|
||||
"typescript": "^5.9.2",
|
||||
"typescript-eslint": "^8.39.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue