mirror of
https://github.com/Kirazul/Verome-API.git
synced 2026-03-08 00:05:22 +00:00
22 lines
462 B
JSON
22 lines
462 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
|
|
},
|
|
"deploy": {
|
|
"project": "85252de3-9b36-4d8b-b250-e491b4131838",
|
|
"exclude": [
|
|
"**/node_modules"
|
|
],
|
|
"include": [],
|
|
"entrypoint": "mod.ts"
|
|
}
|
|
} |