ini𝖔 𝕞𝐚𝔢 b𝖁𝖘𝖋𝖗𝖆𝕊t commit

This commit is contained in:
Reid 2025-04-18 00:55:39 -07:00
commit 37729aa76e
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
26 changed files with 5634 additions and 0 deletions

35
package.json Normal file
View file

@ -0,0 +1,35 @@
{
"name": "amdl",
"version": "1.0.0",
"description": "amdl",
"type": "module",
"scripts": {
"dev": "tsc && node dist/index.js",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"author": "reidlab",
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "^7.4.1",
"axios": "^1.7.9",
"callsites": "^4.2.0",
"chalk": "^5.4.1",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"parse-hls": "^1.0.7",
"source-map-support": "^0.5.21",
"toml": "^3.0.0",
"zod": "^3.24.2",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
}
}