{
  "name": "mario-meditation",
  "version": "0.0.45",
  "description": "",
  "main": "lib/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "browser": "umd/index.js",
  "typings": "index.d.ts",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha",
    "prepare": "yarn build",
    "build:origin": "tsc && babel es --out-dir lib",
    "build": "yarn clear && tsc && rollup -c",
    "build:es": "tsc",
    "clear": "rm -rf build && rm -rf es && rm -rf lib && rm -rf umd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maybewaityou/mario-meditation.git"
  },
  "author": "MeePwn",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/maybewaityou/mario-meditation/issues"
  },
  "homepage": "https://github.com/maybewaityou/mario-meditation#readme",
  "devDependencies": {
    "@babel/core": "^7.1.0",
    "@babel/plugin-external-helpers": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@types/react": "^16.0.38",
    "@types/react-dom": "^16.0.4",
    "@types/react-native": "^0.52.15",
    "@types/react-redux": "^5.0.15",
    "@types/react-router-dom": "^4.2.4",
    "@types/react-router-redux": "^5.0.12",
    "benchmark": "^2.1.4",
    "chai": "^4.1.2",
    "enzyme": "^3.3.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "sinon": "^6.1.5",
    "rollup-plugin-alias": "^1.4.0",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^9.1.8",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-ts-paths": "^1.0.1",
    "rollup-plugin-typescript": "^1.0.0",
    "rollup-plugin-uglify": "^6.0.0",
    "tslib": "^1.9.3",
    "tslint": "^5.6.0",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "history": "^4.7.2",
    "immutable": "^3.8.2",
    "mario-pure": "^0.0.14",
    "react-redux": "^5.0.7",
    "react-router-dom": "^4.2.2",
    "react-router-redux": "^5.0.0-alpha.9",
    "redux": "^4.0.0",
    "redux-observable": "^1.0.0",
    "rxjs": "^6.3.3",
    "rxjs-compat": "^6.3.3"
  }
}
