{ "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", "yaml": "^2.1.1" }, "devDependencies": { "@types/fs-extra": "9.0.13", "@types/node": "17.0.45", "@vercel/ncc": "0.34.0", "typescript": "4.7.4" } }