closes #1; openapi! yay

This commit is contained in:
Reid 2025-08-03 20:42:31 -07:00
parent b560060b45
commit 7b15834f17
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
16 changed files with 519 additions and 341 deletions

View file

@ -1,41 +1,44 @@
{
"name": "amdl",
"version": "1.0.0",
"description": "amdl",
"description": "an apple music downloader",
"author": "reidlab",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "concurrently --prefix none 'node --watch dist/index.js' 'tsc --watch'",
"dev": "concurrently 'node --watch dist/src/index.js' 'tsc --watch'",
"build": "npm run lint && tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"axios": "^1.7.9",
"axios": "^1.11.0",
"callsites": "^4.2.0",
"chalk": "^5.4.1",
"data-uri-to-buffer": "^6.0.2",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-handlebars": "^8.0.1",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"express-handlebars": "^8.0.3",
"format-duration": "^3.0.2",
"node-widevine": "^0.1.3",
"parse-hls": "^1.0.7",
"pssh-tools": "^1.2.0",
"source-map-support": "^0.5.21",
"swagger-ui-express": "^5.0.1",
"timeago.js": "^4.0.2",
"toml": "^3.0.0",
"zod": "^3.24.2",
"zod-validation-error": "^3.4.0"
"zod": "^4.0.14",
"zod-openapi": "^5.3.0",
"zod-validation-error": "^4.0.1"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@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.1.2",
"concurrently": "^9.2.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5",
"typescript": "^5.9.2",
"typescript-eslint": "^7.13.0"
}
}