websӘFacebook ite

This commit is contained in:
Reid 2025-04-29 17:56:59 -07:00
parent f233d9e64f
commit 76543fd220
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
20 changed files with 1051 additions and 96 deletions

View file

@ -4,7 +4,7 @@
"description": "amdl",
"type": "module",
"scripts": {
"dev": "concurrently 'node --watch dist/index.js' 'tsc --watch'",
"dev": "concurrently --prefix none 'node --watch dist/index.js' 'tsc --watch'",
"build": "npm run lint && tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
@ -18,6 +18,8 @@
"data-uri-to-buffer": "^6.0.2",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-handlebars": "^8.0.1",
"git-rev-sync": "^3.0.2",
"node-widevine": "https://github.com/wangziyingwen/node-widevine",
"parse-hls": "^1.0.7",
"pssh-tools": "^1.2.0",
@ -29,6 +31,7 @@
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/git-rev-sync": "^2.0.2",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/parser": "^7.12.0",
"concurrently": "^9.1.2",