{
    "name": "redux-dynamic-modules-saga",
    "version": "5.2.3",
    "description": "Saga Extension for redux-dynamic-modules",
    "repository": {
        "type": "github",
        "url": "https://github.com/Microsoft/redux-dynamic-modules"
    },
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "scripts": {
        "prepublish": "npm run build:prod && npm run test",
        "build": "npm run clean && tsc && webpack --mode development --display-modules --progress --display-error-details",
        "build:prod": "npm run clean && tsc && webpack --mode development --display-error-details && webpack --mode production --display-modules --progress --display-error-details",
        "clean": "rimraf lib/ dist/",
        "test": "jest"
    },
    "keywords": [
        "react",
        "redux",
        "module",
        "dynamic",
        "load"
    ],
    "author": "Navneet Gupta (Microsoft), Alex Bettadapur (Facebook)",
    "license": "MIT",
    "devDependencies": {
        "@types/jest": "^23.3.1",
        "@types/redux": "3.6.0",
        "@types/redux-saga": "0.10.5",
        "jest": "^23.5.0",
        "redux-dynamic-modules-core": "^5.2.3",
        "redux-saga": "0.16.2",
        "rimraf": "^2.6.2",
        "ts-jest": "^23.1.4",
        "tslib": "^1.9.3",
        "tslint": "^5.11.0",
        "typescript": "^3.0.3",
        "uglifyjs-webpack-plugin": "^1.3.0",
        "webpack": "4.19.1",
        "webpack-bundle-analyzer": "^3.3.2",
        "webpack-cli": "^3.1.0"
    },
    "jest": {
        "transform": {
            "^.+\\.tsx?$": "ts-jest"
        },
        "verbose": false,
        "testMatch": [
            "**/src/__tests__/**/(*.)+(spec|test).ts?(x)"
        ],
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js",
            "jsx",
            "json",
            "node"
        ]
    },
    "peerDependencies": {
        "redux-dynamic-modules-core": ">=0.0.7",
        "redux-saga": ">=0.0.16"
    },
    "gitHead": "c1439e67de12488a142df9c07cbc394e87e329cf"
}
