mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-10 18:36:42 +00:00
27 lines
612 B
JSON
27 lines
612 B
JSON
{
|
|
"lock": {
|
|
"frozen": true
|
|
},
|
|
"nodeModulesDir": "auto",
|
|
"license": "MIT",
|
|
"compilerOptions": {
|
|
"lib": ["esnext"]
|
|
},
|
|
"exclude": [
|
|
"dist"
|
|
],
|
|
"tasks": {
|
|
"build": "deno run -A scripts/build.ts"
|
|
},
|
|
"imports": {
|
|
"@actions/cache": "npm:@actions/cache@^4.0.3",
|
|
"@actions/core": "npm:@actions/core@^1.11.1",
|
|
"@actions/tool-cache": "npm:@actions/tool-cache@^2.0.2",
|
|
"@types/node": "npm:@types/node@^22.15.0",
|
|
"@types/semver": "npm:@types/semver@^7.7.0",
|
|
"semver": "npm:semver@^7.7.1",
|
|
"tsdown": "npm:tsdown@0.10.1",
|
|
"undici": "npm:undici@^7.8.0"
|
|
}
|
|
}
|