@redux-saga/testing-utils
Version:
Redux-saga simple testing utils.
58 lines (57 loc) • 1.66 kB
JSON
{
"name": "@redux-saga/testing-utils",
"version": "1.1.5",
"description": "Redux-saga simple testing utils.",
"main": "./dist/redux-saga-testing-utils.cjs.js",
"module": "./dist/redux-saga-testing-utils.esm.js",
"types": "./types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"test": "yarn test:types && yarn test:jest",
"test:jest": "jest",
"test:types": "dtslint types",
"clean": "rimraf dist",
"prebuild": "yarn clean",
"build": "rollup -c",
"prepare": "yarn build",
"preversion": "npm test"
},
"repository": "https://github.com/redux-saga/redux-saga/tree/main/packages/testing-utils",
"keywords": [
"redux",
"saga",
"redux-saga"
],
"author": "Yassine ELOUAFI <yelouafi@gmail.com>",
"contributors": [
"Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)",
"Mikhail Shustov <restrry@gmail.com> (https://github.com/restrry)",
"Shi Feichao <842351815@qq.com> (https://github.com/shinima)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/redux-saga/redux-saga/issues"
},
"homepage": "https://redux-saga.js.org/",
"dependencies": {
"@redux-saga/symbols": "^1.1.3",
"@redux-saga/types": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-7-jest": "^21.3.3",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"dtslint": "^0.9.0",
"jest": "^23.5.0",
"lerna-alias": "^3.0.2",
"redux-saga": "^1.2.1",
"rimraf": "^3.0.0",
"rollup": "^1.23.1",
"rollup-plugin-babel": "5.0.0-alpha.0",
"typescript": "^3.6.4"
}
}