Some checks failed
build-test / build (push) Waiting to run
build-test / test (macos-latest) (push) Waiting to run
build-test / test (ubuntu-latest) (push) Waiting to run
build-test / test (windows-latest) (push) Waiting to run
build-test / specific_version (push) Waiting to run
Continuous Integration / TypeScript Tests (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Check dist/ / Check dist/ (push) Has been cancelled
Reviewed-on: #5 Co-authored-by: renovate[bot] <renovate@rgst.io> Co-committed-by: renovate[bot] <renovate@rgst.io>
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "mise-action",
|
|
"description": "mise tool setup action",
|
|
"version": "2.1.11",
|
|
"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 && ncc -s build src/cache-save.ts -o dist/cache-save/",
|
|
"package:watch": "npm run package -- --watch",
|
|
"version": "./scripts/version.sh",
|
|
"postversion": "./scripts/postversion.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.19.0",
|
|
"@types/eslint__js": "^9.0.0",
|
|
"@types/node": "^22.10.10",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"eslint": "^9.19.0",
|
|
"globals": "^16.0.0",
|
|
"husky": "^9.1.7",
|
|
"jest": "^29.7.0",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "^3.4.2",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.21.0"
|
|
}
|
|
}
|