mise-action/package.json
jdx a2de727769
chore: release v3.0.1 (#243)
---
## [3.0.1](https://github.com/jdx/mise-action/compare/v3.0.0..v3.0.1) -
2025-08-18

### 📚 Documentation

- add CLAUDE.md by [@jdx](https://github.com/jdx) in
[729161f](729161fe32)
- hide release entries in CHANGELOG by [@jdx](https://github.com/jdx) in
[96680f6](96680f666f)

### ⚙️ Miscellaneous Tasks

- fix release-plz by [@jdx](https://github.com/jdx) in
[3600b64](3600b64107)
- updated deps (#244) by [@jdx](https://github.com/jdx) in
[#244](https://github.com/jdx/mise-action/pull/244)

<!-- generated by git-cliff -->

Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
2025-08-18 16:55:40 +00:00

52 lines
1.3 KiB
JSON

{
"name": "mise-action",
"description": "mise tool setup action",
"version": "3.0.1",
"author": "jdx",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/jdx/mise-action.git"
},
"keywords": [
"actions",
"mise",
"setup"
],
"exports": {
".": "./dist/index.js"
},
"scripts": {
"all": "npm run format:write && npm run lint && npm run package",
"bundle": "npm run format:write && npm run package",
"format:check": "prettier --check **/*.ts",
"format:write": "prettier --write **/*.ts",
"lint": "npx eslint . && npm run format:check",
"package": "ncc build -s src/index.ts --license licenses.txt",
"package:watch": "npm run package -- --watch",
"version": "./scripts/version.sh",
"prepare": "husky"
},
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^24",
"@vercel/ncc": "^0.38.3",
"eslint": "^9.15.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jest": "^30",
"js-yaml": "^4.1.0",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
}
}