{
	"name": "download-or-build-purescript",
	"version": "0.3.4",
	"description": "First try to download a prebuilt PureScript binary, then build from a source if the prebuilt one is unavailable",
	"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
	"repository": "shinnn/download-or-build-purescript",
	"license": "ISC",
	"scripts": {
		"pretest": "eslint .",
		"test": "nyc node test.js"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"purescript",
		"purs",
		"binary",
		"exe",
		"haskell",
		"download",
		"prebuilt",
		"fallback",
		"step-by-step",
		"build",
		"compile",
		"stack",
		"ghc",
		"install",
		"observable"
	],
	"dependencies": {
		"build-purescript": "^0.4.1",
		"download-purescript": "^0.8.3",
		"feint": "^1.0.2",
		"inspect-with-kind": "^1.0.5",
		"is-plain-obj": "^1.1.0",
		"once": "^1.4.0",
		"pause-methods": "^1.0.0",
		"run-in-dir": "^0.3.0",
		"spawn-stack": "^0.7.0",
		"which": "^1.3.1",
		"zen-observable": "^0.8.13"
	},
	"devDependencies": {
		"@shinnn/eslint-config": "^6.9.1",
		"eslint": "^5.15.3",
		"import-fresh": "^3.0.0",
		"nyc": "^13.3.0",
		"nyc-config-common": "^1.0.1",
		"pretend-platform": "^3.0.0",
		"readdir-sorted": "^2.1.0",
		"rmfr": "^2.0.0",
		"tape": "^4.10.1",
		"tar-stream": "^2.0.1",
		"to-executable-name": "^2.0.0"
	},
	"eslintConfig": {
		"extends": "@shinnn"
	},
	"nyc": {
		"extends": "nyc-config-common"
	}
}
