{
  "name": "eventsourcing-redux-bridge",
  "private": false,
  "version": "1.4.2",
  "description": "Bridge between event sourcing and redux",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "publish-build": "rm -fr build && yarn copy-config-files && cd build && yarn tsc && yarn publish && cd -",
    "copy-config-files": "yarn cpy '(package.json|README.md|.npmignore)' build/. && cp tsconfig.build.json build/tsconfig.json && cp -r src build/.",
    "watch": "tsc --watch",
    "test": "npm-run-all --parallel jest tslint jscpd tsc",
    "jest": "jest",
    "tsc": "tsc",
    "tslint-fix": "tslint --fix --project tsconfig.json",
    "tslint": "tslint --project tsconfig.json",
    "jscpd": "jscpd --limit=-1"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/epinxteren/eventsourcing-redux-bridge.git"
  },
  "keywords": [
    "typescript",
    "ts",
    "eventsourcing",
    "cqrs",
    "commandbus",
    "eventbus",
    "redux"
  ],
  "author": "Eric Pinxteren",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/epinxteren/eventsourcing-redux-bridge/issues"
  },
  "homepage": "https://gitlab.com/epinxteren/eventsourcing-redux-bridge#README",
  "devDependencies": {
    "@types/jest": "^22.1.0",
    "@types/mockdate": "^2.0.0",
    "@types/moment": "^2.13.0",
    "@types/node": "^9.3.0",
    "@types/uuid-validate": "^0.0.0",
    "cpy-cli": "^2.0.0",
    "jest": "^23.5.0",
    "jscpd": "^0.6.17",
    "npm-run-all": "^4.1.3",
    "ts-jest": "^23.1.3",
    "tslint": "^5.9.1",
    "tslint-config-airbnb": "^5.9.2",
    "tslint-loader": "^3.5.3",
    "tslint-microsoft-contrib": "^5.0.2",
    "typescript": "^3.0.1"
  },
  "dependencies": {
    "@types/socket.io": "^1.4.38",
    "@types/socket.io-client": "^1.4.32",
    "immutable": "4.0.0-rc.10",
    "moment": "^2.22.2",
    "redux": "^4.0.0",
    "rxjs": "^6.3.3",
    "socket.io": "^2.1.1",
    "socket.io-client": "^2.1.1",
    "transit-immutable-js": "^0.7.0",
    "transit-js": "^0.8.861",
    "ts-eventsourcing": "^1.2",
    "uuid-validate": "^0.0.3"
  }
}
