checkBios/package.json
nyyu f785885712
All checks were successful
/ run (push) Successful in 5s
feat: Improve code
2025-05-31 10:18:34 +02:00

15 lines
326 B
JSON

{
"name": "check-bios",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "deno --allow-env --allow-read --allow-net --allow-sys src/index.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.820.0",
"node-html-parser": "^7.0.1"
},
"devDependencies": {
"@types/node": "^22.15.27"
}
}