mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"nodeModulesDir": "auto",
|
|
"tasks": {
|
|
"dev": "deno serve -A --watch main.ts"
|
|
},
|
|
"imports": {
|
|
"bknd": "npm:bknd@0.19.0-rc.1"
|
|
},
|
|
"links": ["../../app/"],
|
|
"unstable": ["raw-imports"]
|
|
}
|