algebraic-effects
Version:
Algebraic effects in react using generators
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "algebraic-effects",
"version": "0.0.2-deprecated",
"description": "Algebraic effects in react using generators",
"main": "index.js",
"repository": "https://github.com/phenax/algebraic-effects",
"author": "Akshay Nair <phenax5@gmail.com>",
"license": "MIT",
"keywords": [
"functional",
"algebraic",
"algebraic-effects",
"generators",
"functional-programming",
"fp",
"js"
],
"scripts": {
"build": "babel src --out-dir build",
"watch": "yarn build --watch",
"lint": "eslint ./src",
"test": "jest --watch",
"test:ci": "jest --coverage",
"coverage:ci": "codecov"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"babel-core": "^7.0.0-bridge",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"codecov": "^3.1.0",
"eslint": "^5.12.0",
"jest": "^23.6.0"
}
}