UNPKG

@prodo/effect

Version:

Effect plugin for [Prodo](https://prodo.dev). See [documentation](https://docs.prodo.dev/plugins/effects/) for more info.

51 lines (50 loc) 1.14 kB
{ "name": "@prodo/effect", "version": "0.1.7", "main": "lib/index.js", "license": "MIT", "files": [ "lib", "src" ], "scripts": { "build": "tsc --build", "clean": "rm -rf lib tsconfig.tsbuildinfo", "test": "jest", "lint": "set -ex; tsc --build; tslint --project ." }, "homepage": "https://github.com/prodo-ai/prodo/tree/master/packages/effect-plugin#readme", "bugs": { "url": "https://github.com/prodo-ai/prodo/issues" }, "repository": { "type": "git", "url": "https://github.com/prodo-ai/prodo.git", "directory": "packages/effect-plugin" }, "keywords": [ "prodo", "state-management", "react", "redux", "mobx", "effects", "flux", "prodo-effect" ], "devDependencies": { "@prodo/core": "^0.1.7", "@types/jest": "^24.0.18", "@types/node": "^12.7.2", "@types/react": "^16.9.2", "@types/react-dom": "^16.9.0", "@types/testing-library__react": "^9.1.1", "ts-jest": "^24.0.2" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" } }, "gitHead": "2fc054946cef653a749335de36bc6480d71445b1" }