fff-js
Version:
Functional javascript lib
62 lines (61 loc) • 1.54 kB
JSON
{
"name": "fff-js",
"version": "0.0.14",
"description": "Functional javascript lib",
"main": "index.js",
"module": "fff.js",
"directories": {
"test": "test"
},
"keywords": [
"fp",
"functional",
"functional javascript",
"fff",
"fffjs",
"fff-js"
],
"files": [
"general/*",
"concurrency/*",
"lazy/*",
"*.js",
"LICENSE",
"README.md"
],
"scripts": {
"test": "mocha -R spec test/test.js",
"local": "node test/example.js",
"local_esm": "node -r esm test/example.js",
"build-modern": "webpack --config webpack.modern.config.js --env.NODE_ENV=production",
"build-legacy": "webpack --config webpack.legacy.config.js --env.NODE_ENV=production",
"build": "npm run build-modern && npm run build-legacy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haeminmoon/fff-js.git"
},
"author": "Haemin Moon <mym0846@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haeminmoon/fff-js/issues"
},
"homepage": "https://github.com/haeminmoon/fff-js#readme",
"dependencies": {
"esm": "^3.2.25",
"core-js": "^3.6.4",
"regenerator-runtime": "^0.13.5"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-loader": "^8.0.6",
"terser-webpack-plugin": "^2.3.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"chai": "^4.2.0",
"mocha": "^7.1.1"
}
}