UNPKG

fpes

Version:

Functional Programming for EcmaScript(Javascript)

71 lines (70 loc) 1.91 kB
{ "name": "fpes", "version": "1.1.4", "description": "Functional Programming for EcmaScript(Javascript)", "main": "index.js", "scripts": { "test": "mocha --require @babel/register --require should test/**/*.js", "dev": "webpack -d --watch", "build": "webpack --mode production && bash build-custom.sh", "build-custom": "webpack --mode production --config webpack.custom.config.js", "clean": "find dist -name '*.js*' | sed 's/^src\\///' | xargs rm -f", "release": "npm version patch; npm publish; git push; git push --tags", "prepare": "npm run build", "postpublish": "npm run clean" }, "directories": { "lib": "./", "test": "./test" }, "repository": { "type": "git", "url": "git+https://github.com/TeaEntityLab/fpEs.git" }, "keywords": [ "functional-programming", "fp", "js", "es", "es6", "es7", "javascript", "functional-reactive-programming", "reactive", "reactive-programming", "rx", "monad", "monads", "optional", "optional-implementations", "publisher-subscriber", "publisher-subscriber-pattern", "curry", "currying", "pubsub" ], "author": "John Lee", "license": "MIT", "bugs": { "url": "https://github.com/TeaEntityLab/fpEs/issues" }, "homepage": "https://github.com/TeaEntityLab/fpEs#readme", "devDependencies": { "@babel/cli": "^7.12.8", "@babel/core": "^7.12.8", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.7", "@babel/register": "^7.12.1", "@babel/runtime": "^7.12.5", "@gfx/zopfli": "^1.0.15", "babel-loader": "^8.2.1", "brotli-webpack-plugin": "^1.1.0", "compression-webpack-plugin": "^7.0.0", "mocha": "^8.2.1", "serialize-javascript": "^5.0.1", "should": "^13.2.3", "webpack": "^5.4.0", "webpack-cli": "^4.2.0" }, "dependencies": {} }