mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 14:38:26 +02:00
change base
This commit is contained in:
parent
4573031972
commit
d7222bce30
2489 changed files with 767517 additions and 1327644 deletions
14
package.json
14
package.json
|
@ -12,16 +12,14 @@
|
|||
],
|
||||
"homepage": "https://bun.sh",
|
||||
"type": "module",
|
||||
"main": "dist/action.js",
|
||||
"main": "target/index.js",
|
||||
"repository": "git@github.com:oven-sh/setup-bun.git",
|
||||
"bugs": "https://github.com/oven-sh/setup-bun/issues",
|
||||
"license": "MIT",
|
||||
"author": "xHyroM",
|
||||
"scripts": {
|
||||
"format": "prettier --write src",
|
||||
"build": "tsc -p .",
|
||||
"start": "ts-node-esm src/action.ts",
|
||||
"start:dist": "node dist/action.js"
|
||||
"build": "ncc build src/action.ts -o target"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/cache": "^3.1.4",
|
||||
|
@ -32,12 +30,8 @@
|
|||
"@actions/tool-cache": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"prettier": "^2.8.4",
|
||||
"typescript": "^4.9.5",
|
||||
"ts-node": "^10.9.1",
|
||||
"esbuild": "^0.17.10"
|
||||
},
|
||||
"prettier": {
|
||||
"quoteProps": "preserve"
|
||||
"typescript": "^5.0.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue