{ "name": "install-cadius-action", "version": "0.1.0", "license": "MIT", "main": "dist/index.js", "scripts": { "build": "tsc", "pack": "ncc build dist/index.js" }, "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@actions/io": "^1.0.1", "@actions/tool-cache": "^1.3.4" }, "devDependencies": { "@types/node": "^12.12.38", "@zeit/ncc": "^0.20.5", "typescript": "^3.6.4" } }