mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
7 lines
110 B
JSON
7 lines
110 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"lune": "deno run --allow-all lune.ts",
|
||
|
"build": "deno run --allow-all build.ts"
|
||
|
}
|
||
|
}
|