spago
Version:
🍝 PureScript package manager and build tool powered by Dhall and package-sets
30 lines (29 loc) • 645 B
JSON
{
"name": "spago",
"version": "0.21.0",
"description": "🍝 PureScript package manager and build tool powered by Dhall and package-sets",
"homepage": "https://github.com/purescript/spago",
"repository": {
"type": "git",
"url": "https://github.com/purescript/spago.git"
},
"scripts": {
"postinstall": "node ./install.js"
},
"author": "Justin Woo, Fabrizio Ferrai",
"bin": {
"spago": "./spago"
},
"dependencies": {
"make-fetch-happen": "^11.0.1",
"tar": "^6.1.11"
},
"keywords": [
"purescript",
"psc-package",
"spago",
"spacchetti",
"package-sets"
],
"license": "MIT"
}