{
  "name": "@invrs/flatiron-store",
  "version": "0.20.25",
  "description": "dot-store stores for flatiron",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "babel lib --out-dir dist --source-maps",
    "prepublishOnly": "rimraf dist; npm run build",
    "watch": "rimraf dist; babel lib --watch --out-dir dist --source-maps"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/invrs/arch.git"
  },
  "keywords": [
    "flatiron",
    "store"
  ],
  "author": "Winton Welsh <winton@cyclo.ps>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/invrs/arch/issues"
  },
  "homepage": "https://github.com/invrs/arch/tree/master/packages/flatiron-stores#readme",
  "dependencies": {
    "@babel/runtime": "7.0.0-beta.42",
    "@invrs/helpers": "^0.17.8",
    "dot-store": "^2.6.22",
    "dot-store-iframe": "^2.6.24",
    "dot-store-message": "^2.6.24"
  },
  "devDependencies": {
    "@babel/cli": "7.0.0-beta.42",
    "@babel/core": "7.0.0-beta.42",
    "@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.42",
    "@babel/plugin-transform-runtime": "7.0.0-beta.42",
    "@babel/preset-env": "7.0.0-beta.42",
    "babel-core": "^7.0.0-bridge.0",
    "jest": "22",
    "rimraf": "2"
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "browsers": [
              "> 0.5%",
              "last 2 versions",
              "Firefox ESR",
              "not dead"
            ]
          }
        }
      ]
    ],
    "plugins": [
      "@babel/plugin-proposal-object-rest-spread",
      "@babel/plugin-transform-runtime"
    ]
  },
  "jest": {
    "setupFiles": [
      "<rootDir>/test/setup.js"
    ],
    "testMatch": [
      "<rootDir>/test/**/*Test.js"
    ]
  },
  "starters": [
    "babel",
    "babel-scripts",
    "babel-web",
    "basics",
    "jest",
    "jest-scripts",
    "watchman-babel"
  ],
  "watchman": {
    "triggers": [
      {
        "name": "babel",
        "expression": [
          "anyof",
          [
            "match",
            "lib/**/*.js",
            "wholename"
          ]
        ],
        "command": [
          "npm",
          "run",
          "build"
        ]
      }
    ]
  }
}
