install-purescript-cli
Version:
A command-line tool to install PureScript
85 lines (84 loc) • 1.76 kB
JSON
{
"name": "install-purescript-cli",
"version": "0.5.1",
"description": "A command-line tool to install PureScript",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"repository": "shinnn/install-purescript-cli",
"license": "ISC",
"scripts": {
"docker": "docker run --rm --tty --volume $PWD:/x --workdir /x node node . tmp",
"pretest": "eslint .",
"test": "coverage ava"
},
"files": [
"index.js"
],
"bin": {
"install-purescript": "index.js"
},
"keywords": [
"purescript",
"purs",
"binary",
"exe",
"executable",
"haskell",
"download",
"prebuilt",
"fallback",
"build",
"compile",
"stack",
"ghc",
"install",
"installation",
"cache",
"cross-platform",
"command-line",
"cli"
],
"dependencies": {
"chalk": "^2.4.2",
"filesize": "^4.1.2",
"install-purescript": "^0.5.0",
"load-from-cwd-or-npm": "3.0.1",
"log-symbols": "^3.0.0",
"log-update": "^3.2.0",
"minimist": "^1.2.0",
"ms": "^2.1.1",
"neat-stack": "^1.0.1",
"npcache": "^1.0.2",
"once": "^1.4.0",
"platform-name": "^1.0.0",
"rate-map": "1.0.2",
"size-rate": "^0.3.1",
"tilde-path": "^3.0.0",
"tty-truncate": "^1.0.3",
"tty-width-frame": "^1.0.2",
"vertical-meter": "^1.0.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^6.10.2",
"arch": "^2.1.1",
"ava": "^1.4.1",
"coverage": "^0.1.5",
"different-platform": "^1.0.1",
"eslint": "^5.16.0",
"execa": "^1.0.0",
"nock": "^11.0.0-beta.10",
"path-exists": "^4.0.0",
"path-key": "^3.1.0",
"pretend-platform": "^3.0.0",
"rmfr": "^2.0.0",
"strip-ansi": "^5.2.0",
"term-size": "^1.2.0",
"to-executable-name": "^2.0.0"
},
"ava": {
"files": "test/test.js",
"verbose": true
},
"eslintConfig": {
"extends": "@shinnn"
}
}