mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-10 02:16:43 +00:00
17 lines
230 B
JSON
17 lines
230 B
JSON
{
|
|
"lock": {
|
|
"frozen": true
|
|
},
|
|
"nodeModulesDir": "auto",
|
|
"license": "MIT",
|
|
"compilerOptions": {
|
|
"lib": ["esnext"]
|
|
},
|
|
"exclude": [
|
|
"dist"
|
|
],
|
|
"tasks": {
|
|
"build": "deno run -A scripts/build.ts"
|
|
}
|
|
}
|