code-lua-iot/js-app/deno.json
2024-12-20 11:51:59 +01:00

10 lines
188 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"express": "npm:express@^4.21.2",
"mqtt": "npm:mqtt@^5.10.3"
}
}