change base

This commit is contained in:
xHyroM 2023-04-06 20:39:58 +02:00
parent 4573031972
commit d7222bce30
No known key found for this signature in database
GPG key ID: BE0423F386C436AA
2489 changed files with 767517 additions and 1327644 deletions

View file

@ -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"
}
}