forked from github-mirror/Verome-API
28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"name": "@kirazul/music-api",
|
|
"version": "1.0.0",
|
|
"exports": "./mod.ts",
|
|
"tasks": {
|
|
"start": "deno run --allow-net --allow-env --allow-read mod.ts",
|
|
"dev": "deno run --watch --allow-net --allow-env --allow-read mod.ts"
|
|
},
|
|
"imports": {
|
|
"std/": "https://deno.land/std@0.208.0/",
|
|
"youtubei.js": "npm:youtubei.js@latest"
|
|
},
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"deploy": {
|
|
"project": "85252de3-9b36-4d8b-b250-e491b4131838",
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"Music/**",
|
|
"virome-music/**",
|
|
".git/**",
|
|
".vscode/**"
|
|
],
|
|
"include": [],
|
|
"entrypoint": "mod.ts"
|
|
}
|
|
} |