UNPKG

purescript-installer

Version:
56 lines (55 loc) 1.22 kB
{ "name": "purescript-installer", "version": "0.3.5", "description": "Installs the PureScript compiler", "bin": { "install-purescript": "index.js" }, "engines": { "node": ">=12" }, "dependencies": { "byline": "^5.0.0", "cacache": "^11.3.2", "chalk": "^2.4.2", "env-paths": "^2.2.0", "execa": "^2.0.3", "filesize": "^4.1.2", "is-plain-obj": "^2.0.0", "log-symbols": "^3.0.0", "log-update": "^4.0.0", "make-fetch-happen": "^10.0.0", "minimist": "^1.2.0", "ms": "^2.1.2", "once": "^1.4.0", "rimraf": "^2.6.3", "semver": "^7.3.7", "tar": "^6.1.11", "which": "^1.3.1", "zen-observable": "^0.8.14" }, "devDependencies": { "tap": "^16.2.0" }, "scripts": { "test": "tap" }, "repository": { "type": "git", "url": "git+https://github.com/purescript/npm-installer.git" }, "keywords": [ "purescript", "compiler", "installer" ], "author": { "name": "Watanabe Shinnosuke", "url": "https://github.com/shinnn" }, "license": "ISC", "bugs": { "url": "https://github.com/purescript/npm-installer/issues" }, "homepage": "https://github.com/purescript/npm-installer#readme" }