{ "name": "setup-haskell", "version": "1.1.5", "private": true, "description": "setup haskell action", "main": "lib/setup-haskell", "types": "lib/setup-haskell", "scripts": { "bundle": "ncc build src/main.ts && tsc -p tsconfig-lib.json", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/actions/setup-haskell.git" }, "keywords": [ "actions", "haskell", "ghc", "cabal", "setup" ], "author": "GitHub", "license": "MIT", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@actions/glob": "^0.1.1", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.6.1", "js-yaml": "^3.14.1" }, "devDependencies": { "@types/jest": "^26.0.19", "@types/js-yaml": "^3.12.5", "@types/node": "^14.14.13", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", "@zeit/ncc": "^0.22.3", "eslint": "^7.15.0", "eslint-plugin-github": "^4.1.1", "eslint-plugin-jest": "^24.1.3", "husky": "^4.3.5", "jest": "^26.6.3", "jest-circus": "^26.6.3", "lint-staged": "^10.5.3", "prettier": "^2.2.1", "ts-jest": "^26.4.4", "typescript": "^4.1.3" }, "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "npm test" } } }