setup-deno/package.json
Yoshiya Hinosawa f99b7edee3
Some checks failed
test / test (1.33.1, ubuntu-latest) (push) Failing after 17s
test / test (1.x, ubuntu-latest) (push) Successful in 26s
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, ubuntu-latest) (push) Successful in 25s
test / test (canary, ubuntu-latest) (push) Successful in 23s
test / test (~1.32, ubuntu-latest) (push) Failing after 14s
test / test-version-file (.dvmrc) (push) Successful in 22s
test / test-version-file (.tool-versions) (push) Successful in 19s
test / test (1.33.1, macos-latest) (push) Has been cancelled
test / test (1.33.1, windows-latest) (push) Has been cancelled
test / test (1.x, macos-latest) (push) Has been cancelled
test / test (1.x, windows-latest) (push) Has been cancelled
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, macos-latest) (push) Has been cancelled
test / test (~1.32, windows-latest) (push) Has been cancelled
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, windows-latest) (push) Has been cancelled
test / test (canary, macos-latest) (push) Has been cancelled
test / test (canary, windows-latest) (push) Has been cancelled
test / test (~1.32, macos-latest) (push) Has been cancelled
1.2.0 (#63)
2024-07-05 16:19:39 +09:00

23 lines
571 B
JSON

{
"name": "setup-deno",
"description": "Set up Deno easially in GitHub Actions",
"version": "1.2.0",
"author": "Deno Land Inc",
"license": "MIT",
"scripts": {
"lint": "deno lint --unstable --ignore=node_modules",
"fmt": "deno fmt --ignore=node_modules",
"fmt:check": "deno fmt --ignore=node_modules --check"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.3.8",
"undici": "^5.11.0"
},
"devDependencies": {
"@types/node": "^16.11.66",
"@types/semver": "^7.3.12"
}
}