Files
Verome-API/deno.json
2026-01-10 14:52:59 +01:00

15 lines
295 B
JSON

{
"name": "music-api",
"version": "1.0.0",
"tasks": {
"start": "deno run --allow-net --allow-env mod.ts",
"dev": "deno run --watch --allow-net --allow-env mod.ts"
},
"imports": {
"std/": "https://deno.land/std@0.208.0/"
},
"compilerOptions": {
"strict": true
}
}