{ "name": "setup-julia", "version": "1.9.1", "private": true, "description": "setup Julia action", "main": "lib/setup-julia.js", "scripts": { "build": "tsc", "pack": "ncc build", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/julia-actions/setup-julia.git" }, "keywords": [ "actions", "julia", "setup" ], "author": "Sascha Mann ", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.0.0", "@actions/io": "^1.0.0", "@actions/tool-cache": "^1.0.0", "async-retry": "^1.3.1", "semver": "^6.3.0" }, "devDependencies": { "@types/async-retry": "^1.4.2", "@types/jest": "^24.0.13", "@types/node": "^12.12.7", "@types/semver": "^6.0.0", "@zeit/ncc": "^0.22.0", "jest": "^24.8.0", "jest-circus": "^24.7.1", "nock": "^11.7.2", "prettier": "^1.17.1", "ts-jest": "^26.0.0", "typescript": "^3.5.1" } }