mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-01 01:26:34 +00:00
* chore(release): v4.3.1 * bump version to 4.3.1 in package files * add 'Changed' section * docs(changelog): move 'Add pre-commit hook' to Added section
36 lines
906 B
JSON
36 lines
906 B
JSON
{
|
|
"name": "setuphelm",
|
|
"version": "4.3.1",
|
|
"private": true,
|
|
"description": "Setup helm",
|
|
"author": "Anumita Shenoy",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/io": "^1.1.2",
|
|
"@actions/tool-cache": "2.0.2",
|
|
"@octokit/action": "^8.0.2",
|
|
"semver": "^7.7.2"
|
|
},
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/index.ts -o lib",
|
|
"test": "jest",
|
|
"test-coverage": "jest --coverage",
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check .",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.2.1",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"husky": "^9.1.7",
|
|
"jest": "^30.0.5",
|
|
"prettier": "^3.6.2",
|
|
"ts-jest": "^29.4.1",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|