mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 10:40:10 +08:00
37 lines
690 B
JSON
37 lines
690 B
JSON
{
|
|
"version": "0.1.2",
|
|
"name": "setup-bun",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p ."
|
|
},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xHyroM/setup-bun.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/xHyroM/setup-bun/issues"
|
|
},
|
|
"keywords": [
|
|
"bun",
|
|
"github",
|
|
"actions",
|
|
"setup"
|
|
],
|
|
"author": "xHyroM",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/cache": "^3.0.0",
|
|
"@actions/core": "^1.9.0",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"node-fetch": "^3.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^0.0.83",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
} |