{
  "name": "redux-dynamic-modules-beacon",
  "version": "1.0.1",
  "description": "redux-beacon integration for redux dynamic modules.",
  "homepage": "https://github.com/dbartholomae/redux-dynamic-modules-beacon",
  "author": {
    "name": "Daniel Bartholomae",
    "email": "daniel@bartholomae.name",
    "url": "https://github.com/dbartholomae"
  },
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "keywords": [
    "Redux",
    "Beacon",
    "Redux Beacon",
    "Redux Dynamic Modules",
    "Modules"
  ],
  "types": "lib/index.d.ts",
  "engines": {
    "npm": ">= 4.0.0"
  },
  "private": false,
  "directories": {
    "docs": "docs",
    "example": "examples"
  },
  "scripts": {
    "build": "rimraf ./lib && tsc --project tsconfig.build.json",
    "docs": "typedoc",
    "release": "semantic-release",
    "pretest": "npm run build",
    "test": "npm run lint && jest && pkg-ok",
    "lint": "tslint --project tsconfig.json",
    "lint:fix": "tslint --project tsconfig.json --fix",
    "precommit:lint:fix": "tslint --project tsconfig.json --fix",
    "snyk-protect": "snyk protect",
    "prepublish": "npm run snyk-protect"
  },
  "devDependencies": {
    "@commitlint/cli": "^9.0.0",
    "@commitlint/config-conventional": "^8.0.0",
    "@semantic-release/changelog": "^3.0.2",
    "@semantic-release/commit-analyzer": "^6.1.0",
    "@semantic-release/git": "^7.0.8",
    "@semantic-release/npm": "^5.1.4",
    "@semantic-release/release-notes-generator": "^7.1.4",
    "@types/jest": "^25.1.0",
    "@types/react": "^16.8.22",
    "codecov": "^3.2.0",
    "cross-env": "^6.0.0",
    "husky": "^3.0.0",
    "jest": "^24.8.0",
    "jest-junit": "^7.0.0",
    "lint-staged": "^10.0.3",
    "pkg-ok": "^2.3.1",
    "prettier-standard": "^11.0.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-redux": "^7.1.0",
    "redux": "^4.0.1",
    "redux-beacon": "^2.1.0",
    "redux-dynamic-modules": "^4.0.1",
    "rimraf": "^3.0.0",
    "semantic-release": "^15.10.3",
    "ts-jest": "^25.1.0",
    "ts-loader": "^6.0.4",
    "tslint": "^5.7.0",
    "tslint-config-standard": "^9.0.0",
    "typedoc": "^0.17.3",
    "typescript": "^3.1.2"
  },
  "peesDependencies": {
    "redux-beacon": "^2.0.0",
    "redux-dynamic-modules": ">=0.0.16"
  },
  "license": "MIT",
  "repository": "git@github.com:dbartholomae/redux-dynamic-modules-beacon.git",
  "dependencies": {
    "array-flatten": "^2.1.2",
    "snyk": "^1.316.1"
  },
  "snyk": true
}
