rambdax
Version:
Extended version of Rambda - a lightweight, faster alternative to Ramda
55 lines (54 loc) • 1.47 kB
JSON
{
"name": "rambdax",
"scripts": {
"build:main": "NODE_ENV=build rollup -c rollup.config.js",
"build:web": "NODE_ENV=build rollup -c rollup.web.config.js",
"build": "yarn build:main&&yarn build:web",
"docs": "docsify init ./docs"
},
"typings": "./index.d.ts",
"main": "./dist/rambdax",
"version": "7.2.0",
"dependencies": {},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/preset-env": "7.12.11",
"@rollup/plugin-babel": "5.2.2",
"@rollup/plugin-commonjs": "17.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.1.0",
"@rollup/plugin-replace": "2.3.4",
"rollup": "2.36.2",
"rollup-plugin-cleanup": "3.2.1",
"rollup-plugin-sourcemaps": "0.6.3"
},
"files": [
"dist",
"src",
"_ts-toolbelt",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/selfrefactor/rambdax.git"
},
"license": "MIT",
"author": "self_refactor",
"description": "Extended version of Rambda - a lightweight, faster alternative to Ramda",
"module": "./dist/rambdax.esm.js",
"umd": "./dist/rambdax.umd.js",
"sideEffects": false,
"keywords": [
"ramda",
"rambda",
"fp",
"functional",
"utility",
"lodash"
],
"bugs": {
"url": "https://github.com/selfrefactor/rambdax/issues"
},
"homepage": "https://github.com/selfrefactor/rambdax#readme"
}