{ "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.4", "@actions/exec": "^1.0.4", "@actions/glob": "^0.1.0", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.5.5", "js-yaml": "^3.14.0" }, "devDependencies": { "@types/jest": "^25.2.3", "@types/js-yaml": "^3.12.4", "@types/node": "^14.0.11", "@typescript-eslint/parser": "^3.1.0", "@typescript-eslint/eslint-plugin": "^3.1.0", "@zeit/ncc": "^0.22.3", "eslint": "^7.1.0", "eslint-plugin-github": "^4.0.1", "eslint-plugin-jest": "^23.13.2", "husky": "^4.2.5", "jest": "^26.0.1", "jest-circus": "^26.0.1", "lint-staged": "^10.2.9", "prettier": "^2.0.5", "ts-jest": "^26.1.0", "typescript": "^3.9.5" }, "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "npm test" } } }