Next release of setup-bun

This commit is contained in:
Ashcon Partovi 2023-02-22 17:47:24 -08:00
parent ed9eb0969c
commit 9c14b74b45
1082 changed files with 242557 additions and 173810 deletions

View file

@ -1,38 +1,43 @@
{
"version": "0.1.8",
"private": true,
"name": "setup-bun",
"main": "dist/index.js",
"type": "module",
"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"
},
"version": "1.0.0",
"description": "Setup Bun on GitHub Actions.",
"keywords": [
"bun",
"bun.js",
"github",
"actions",
"setup"
],
"author": "xHyroM",
"homepage": "https://bun.sh",
"type": "module",
"main": "dist/action.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"
},
"dependencies": {
"@actions/cache": "^3.0.6",
"@actions/cache": "^3.1.4",
"@actions/core": "^1.10.0",
"@actions/tool-cache": "^2.0.1",
"nanoid": "^4.0.0",
"node-fetch": "^3.2.6"
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"bun-types": "^0.0.83",
"typescript": "^4.7.4"
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"ts-node": "^10.9.1",
"esbuild": "^0.17.10"
},
"prettier": {
"quoteProps": "preserve"
}
}
}