setup-deno/package.json
Yoshiya Hinosawa 041b854f97
Some checks failed
test / test (1.33.1, ubuntu-latest) (push) Failing after 9s
test / test (1.x, ubuntu-latest) (push) Failing after 7s
test / test (b31cf9fde6ad5398c20370c136695db77df6beeb, ubuntu-latest) (push) Failing after 7s
test / test (canary, ubuntu-latest) (push) Failing after 8s
test / test (~1.32, ubuntu-latest) (push) Failing after 9s
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 (b31cf9fde6ad5398c20370c136695db77df6beeb, macos-latest) (push) Has been cancelled
test / test (b31cf9fde6ad5398c20370c136695db77df6beeb, 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
test / test (~1.32, windows-latest) (push) Has been cancelled
1.1.4 (#57)
2024-01-29 13:20:15 +09:00

23 lines
571 B
JSON

{
"name": "setup-deno",
"description": "Set up Deno easially in GitHub Actions",
"version": "1.1.4",
"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"
}
}