mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 10:40:10 +08:00
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"version": "0.1.1",
|
|
"name": "setup-bun",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"bun-types": "^0.0.83",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p ."
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.0",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"node-fetch": "^3.2.6"
|
|
}
|
|
}
|