mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
chore: base
This commit is contained in:
parent
b04d87b14c
commit
e187173d21
425 changed files with 1080881 additions and 5 deletions
16
package.json
16
package.json
|
@ -1,8 +1,18 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"name": "setup-bun",
|
||||
"main": "src/index.js",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"bun-types": "^0.0.83"
|
||||
"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",
|
||||
"undici": "^5.6.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue