RemoteShell-Frontend/deno.json

10 lines
157 B
JSON

{
"tasks": {
"dev": "deno run --watch Source/App.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"chalk": "npm:chalk@^4.1.2"
}
}