{
  "name": "redux-bundler",
  "description": "Compose a Redux store out of smaller bundles of functionality.",
  "version": "29.1.0",
  "author": "Henrik Joreteg <henrik@joreteg.com> (joreteg.com)",
  "bugs": {
    "url": "https://github.com/HenrikJoreteg/redux-bundler/issues"
  },
  "devDependencies": {
    "create-selector": "5.0.0",
    "eslint": "7.0.0",
    "feather-route-matcher": "4.0.0",
    "fixpack": "4.0.0",
    "microbundle": "0.11.0",
    "module-alias": "2.2.2",
    "prettier": "2.3.2",
    "querystringify": "2.1.1",
    "redux": "4.0.5",
    "tap-spec": "5.0.0",
    "tape": "5.0.0",
    "whatwg-url": "8.1.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/HenrikJoreteg/redux-bundler",
  "keywords": [
    "PWAs",
    "bundler",
    "redux"
  ],
  "license": "MIT",
  "main": "dist/redux-bundler.js",
  "module": "dist/redux-bundler.m.js",
  "prettier": {
    "semi": false,
    "singleQuote": true,
    "trailingComma": "none",
    "arrowParens": "avoid"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HenrikJoreteg/redux-bundler.git"
  },
  "scripts": {
    "build": "microbundle --no-compress --no-sourcemap",
    "dev": "microbundle watch --no-compress",
    "format": "prettier --write .",
    "full-test": "npm run static && npm run build",
    "lint": "eslint --fix 'src/**/*.js' 'test/**/*.js'",
    "postbuild": "microbundle --no-compress -no-sourcemap -i src/extras/create-async-resource-bundle.js -i src/extras/create-geolocation-bundle.js -i src/extras/online-bundle.js --external redux-bundler -o='dist/'",
    "prebuild": "rm -rf dist",
    "prepublishOnly": "npm run full-test",
    "static": "fixpack && npm run format && npm run lint && npm test",
    "test": "tape test/*.js | tap-spec"
  },
  "source": "src/index.js"
}
