@proem/all
Version:
Meta package that includes all proem packages
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "@proem/all",
"version": "0.0.23",
"description": "Meta package that includes all proem packages",
"keywords": [
"proem",
"typescript",
"prelude",
"std",
"standard",
"ts"
],
"author": "Joni Katajamäki <joni.katajamaki@gmail.com>",
"homepage": "https://github.com/wunderdogsw/proem#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wunderdogsw/proem.git"
},
"scripts": {
"prepublishOnly": "tsc -b .",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/wunderdogsw/proem/issues"
},
"dependencies": {
"@proem/array": "^0.0.23",
"@proem/dict": "^0.0.23",
"@proem/function": "^0.0.23",
"@proem/pipe": "^0.0.23",
"@proem/some": "^0.0.23",
"@proem/union": "^0.0.23",
"@proem/variant": "^0.0.23"
},
"gitHead": "9646c0bea1c1d18d291f3c60506774c4cce585ce"
}