{
    "name": "@lml/cosmo-redux-api",
    "version": "0.7.2",
    "description": "Redux data layer for Cosmo APIs using rxjs",
    "repository": {
        "type": "git",
        "url": "https://github.com/lastmilelink/cosmo-redux-api"
    },
    "main": "./dist/index.js",
    "typings": "./dist/index.d.ts",
    "scripts": {
        "build": "tsc",
        "build:watch": "tsc --watch --pretty",
        "clean": "rm -rf ./dist",
        "lint": "tslint -p ./tsconfig.json -c ./tslint.json -e '**/*.spec.ts' -e 'node_modules/**/*' -t json",
        "lint:version": "tslint -v",
        "lint:fix": "tslint -p ./tsconfig.json -c ./tslint.json -e '**/*.spec.ts' -e 'node_modules/**/*' --fix",
        "postinstall": "npm run build",
        "prepublishOnly": "npm run clean && npm run build && npm test",
        "tsfmt:verify": "tsfmt --verify",
        "tsfmt:replace": "tsfmt -r",
        "test": "jest",
        "test:coverage": "jest --coverage"
    },
    "keywords": [],
    "author": "",
    "license": "Unlicensed",
    "dependencies": {
        "@lml/cosmo-ts-data": "1.1.9",
        "@lml/ts-utils": "0.0.13",
        "@types/enzyme": "2.8.11",
        "@types/lodash": "4.14.101",
        "@types/node": "9.4.1",
        "@types/qs": "6.5.1",
        "@types/react": "16.0.35",
        "cosmoui": "0.10.10",
        "enzyme": "3.1.0",
        "lodash": "4.17.4",
        "moment": "2.18.1",
        "moment-timezone": "0.5.13",
        "qs": "6.5.1",
        "redux": "3.7.2",
        "redux-observable": "0.17.0",
        "redux-rx-http": "0.15.0",
        "redux-thunk": "2.2.0",
        "reselect": "3.0.1",
        "rxjs": "5.5.2"
    },
    "devDependencies": {
        "@types/faker": "4.1.0",
        "@types/fetch-mock": "^5.12.2",
        "@types/jest": "19.2.2",
        "enzyme-adapter-react-16": "1.0.1",
        "faker": "4.1.0",
        "fetch-mock": "^6.0.0",
        "identity-obj-proxy": "3.0.0",
        "jest": "19.0.2",
        "jest-fetch-mock": "^1.4.2",
        "pusher-js": "4.1.0",
        "pusher-redux-observable": "0.1.2",
        "react-test-renderer": "^16.2.0",
        "redux-devtools-extension": "2.13.2",
        "ts-jest": "19.0.10",
        "tslib": "1.7.1",
        "tslint": "5.6.0",
        "tslint-react": "3.2.0",
        "typescript": "2.7",
        "typescript-formatter": "5.2.0"
    },
    "jest": {
        "transform": {
            ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
        },
        "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js"
        ],
        "moduleDirectories": [
            "node_modules",
            "src/app"
        ],
        "setupTestFrameworkScriptFile": "./jest.setup.js",
        "moduleNameMapper": {
            "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/mocks/file.js",
            "\\.(scss|css|less)$": "identity-obj-proxy"
        }
    }
}