{
  "author": "Dean Merchant",
  "name": "with-notifications-system",
  "version": "0.0.2",
  "dependencies": {
    "lodash": "4.17.4",
    "prop-types": "15.5.10"
  },
  "peerDependencies": {
    "react": "15.6.x",
    "react-dom": "15.6.x",
    "react-notification-system": "0.2.x"
  },
  "devDependencies": {
    "@types/enzyme": "2.8.4",
    "@types/jest": "20.0.5",
    "@types/lodash": "4.14.71",
    "@types/prop-types": "15.5.1",
    "@types/react": "15.6.0",
    "@types/react-dom": "15.5.1",
    "@types/react-notification-system": "0.2.35",
    "concurrently": "3.5.0",
    "enzyme": "2.9.1",
    "jest": "20.0.4",
    "jsdom": "11.1.0",
    "react": "15.6.1",
    "react-dom": "15.6.1",
    "react-notification-system": "0.2.14",
    "react-test-renderer": "15.6.1",
    "ts-jest": "20.0.7",
    "typescript": "2.4.2"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}"
    ],
    "coveragePathIgnorePatterns": [
      "<rootDir>/src/index.ts"
    ],
    "coverageReporters": [
      "text"
    ],
    "mapCoverage": true,
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "setupTestFrameworkScriptFile": "<rootDir>/setupTestFramework.js",
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/src/**/?(*.)(spec|test).ts?(x)"
    ],
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    }
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "build:dev": "tsc --noEmit --pretty --watch",
    "dev": "concurrently -n \"make,test\" \"npm run build:dev\" \"npm run test:dev\"",
    "test": "jest --coverage",
    "test:dev": "jest --watch",
    "prepublish": "rm -rf dist && npm run test && npm run build"
  }
}
