mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
27 lines
666 B
JSON
27 lines
666 B
JSON
{
|
|
"name": "verify-chart-version-bump",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"package": "npm run build && NODE_OPTIONS=--openssl-legacy-provider ncc build --source-map --license licenses.txt"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.0",
|
|
"@actions/github": "^5.0.3",
|
|
"fs-extra": "^10.1.0",
|
|
"semver": "^7.3.7",
|
|
"yaml": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/node": "^17.0.21",
|
|
"@types/semver": "^7.3.10",
|
|
"@vercel/ncc": "^0.31.1",
|
|
"typescript": "^4.6.2"
|
|
}
|
|
}
|