epix
Version:
Epics without redux-observable
43 lines (42 loc) • 869 B
JSON
{
"name": "epix",
"version": "0.0.3",
"description": "Epics without redux-observable",
"type": "module",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/getkey/epix.git"
},
"license": "MPL-2.0",
"private": false,
"keywords": [
"redux-observable",
"epic",
"epics",
"rxjs",
"reactive"
],
"scripts": {
"build": "tsc",
"lint": "eslint --ext=tsx,ts src",
"prepublish": "npm run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"eslint-config-getkey": "^0.1.2",
"husky": "^4.3.0",
"rxjs": "^6.6.3",
"typescript": "^4.1.2"
},
"peerDependencies": {
"rxjs": "^6.5.4"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}