mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-30 02:48:21 +00:00
refactor: convert action to TS and bundle code (#95)
(cherry picked from commit 95bbb87724)
This commit is contained in:
committed by
Leo Kettmeir
parent
909cc5acb0
commit
d74ee56ed6
23
deno.json
23
deno.json
@@ -1,6 +1,25 @@
|
||||
{
|
||||
"lock": {
|
||||
"frozen": true
|
||||
},
|
||||
"nodeModulesDir": "auto",
|
||||
"license": "MIT",
|
||||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"allowJs": true
|
||||
"lib": ["esnext"]
|
||||
},
|
||||
"exclude": [
|
||||
"dist"
|
||||
],
|
||||
"tasks": {
|
||||
"build": "deno run -A scripts/build.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user