UNPKG

@haskell-org/ghc-installer

Version:
34 lines (33 loc) 781 B
{ "name": "@haskell-org/ghc-installer", "version": "0.1.8", "description": "NPM wrapper for ghcup", "bin": { "ghc-installer": "index.mjs" }, "main": "ghcup.mjs", "scripts": { "postinstall": "node install-ghcup.mjs" }, "repository": { "type": "git", "url": "https://gitlab.haskell.org/ghc/npm-packages/ghc-installer.git" }, "keywords": [ "ghc", "haskell", "ghcup", "installer" ], "author": "Mateusz Goślinowski", "license": "BSD-3-Clause", "bugs": { "url": "https://gitlab.haskell.org/ghc/npm-packages/ghc-installer/-/issues" }, "homepage": "https://gitlab.haskell.org/ghc/npm-packages/ghc-installer#readme", "dependencies": { "commander": "^13.0.0", "execa": "^9.5.2", "lodash": "^4.17.21" } }