forked from github-mirror/Verome-API
Initial commit - Virome API
This commit is contained in:
14
deno.json
Normal file
14
deno.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user