{ "name": "setuphelm", "version": "0.0.0", "private": true, "description": "Setup helm", "author": "Anumita Shenoy", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.2", "@actions/tool-cache": "2.0.1", "@octokit/auth-action": "^2.0.0", "@octokit/graphql": "^4.6.1", "semver": "^6.1.0" }, "main": "lib/index.js", "scripts": { "build": "ncc build src/run.ts -o lib", "test": "jest", "test-coverage": "jest --coverage", "format": "prettier --write .", "format-check": "prettier --check ." }, "devDependencies": { "@types/jest": "^26.0.0", "@types/node": "^12.0.10", "@vercel/ncc": "^0.34.0", "jest": "^26.0.1", "ts-jest": "^26.0.0", "typescript": "^3.5.2" } }