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