{
  "name": "@eduardoac-skimlinks/webext-redux",
  "version": "3.0.1-release-candidate",
  "description": "A set of utilities for building Redux applications in Web Extensions.",
  "main": "lib/index.js",
  "typings": "./index.d.ts",
  "scripts": {
    "umd-build": "rollup -c",
    "build": "babel src --out-dir lib && npm run umd-build",
    "lint-src": "eslint src/**/*.js",
    "lint-test": "eslint test/**/*.js",
    "lint": "npm run lint-src && npm run lint-test",
    "prepublishOnly": "npm run build",
    "pretest": "babel src --out-dir lib",
    "test-run": "mocha --require @babel/register --recursive",
    "test": "npm run lint && npm run test-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tshaddix/webext-redux.git"
  },
  "author": "Tyler Shaddix",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tshaddix/webext-redux/issues"
  },
  "homepage": "https://github.com/tshaddix/webext-redux#readme",
  "dependencies": {
    "lodash.assignin": "^4.2.0",
    "lodash.clonedeep": "^4.5.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.3",
    "@babel/plugin-transform-async-to-generator": "^7.2.0",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.3.1",
    "@babel/register": "^7.0.0",
    "babel-eslint": "^7.2.0",
    "eslint": "^4.18.2",
    "mocha": "^5.2.0",
    "redux": "^4.0.4",
    "rollup": "^1.22.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.2",
    "should": "^13.2.1",
    "sinon": "^6.0.0"
  },
  "peerDependencies": {
    "redux": ">= 3 <= 4"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "keywords": [
    "support_manifest_v3",
    "webext-redux"
  ]
}
