mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
chore: update package.json, license
This commit is contained in:
parent
55fec52d7e
commit
81ecfb54f4
2 changed files with 43 additions and 4 deletions
26
package.json
26
package.json
|
@ -3,17 +3,35 @@
|
|||
"name": "setup-bun",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"bun-types": "^0.0.83",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue