{ "name": "setup-haskell", "version": "1.0.0", "private": true, "description": "setup haskell action", "main": "src/setup-haskell.ts", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/actions/setup-haskell.git" }, "keywords": [ "actions", "haskell", "ghc", "cabal", "setup" ], "author": "GitHub", "license": "MIT", "dependencies": { "@actions/core": "^1.2.3", "@actions/exec": "^1.0.3", "@actions/glob": "^0.1.0", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.3.3", "js-yaml": "^3.13.1" }, "devDependencies": { "@types/jest": "^25.2.1", "@types/js-yaml": "^3.12.3", "@types/node": "^13.13.2", "@typescript-eslint/parser": "^2.29.0", "@typescript-eslint/eslint-plugin": "^2.29.0", "@zeit/ncc": "^0.22.1", "eslint": "^6.8.0", "eslint-plugin-github": "^3.4.1", "eslint-plugin-jest": "^23.8.2", "husky": "^4.2.5", "jest": "^25.4.0", "jest-circus": "^25.4.0", "lint-staged": "^10.1.7", "prettier": "^2.0.5", "ts-jest": "^25.4.0", "typescript": "^3.8.3" }, "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "npm test" } } }