{
  "name": "@transclusion/bundle",
  "version": "1.0.6",
  "repository": "git@github.com:transclusion/bundle.git",
  "author": "Marius Lundgård <studio@mariuslundgard.com>",
  "main": "lib/main.js",
  "license": "MIT",
  "bin": {
    "bundle": "bin/bundle"
  },
  "files": [
    "bin",
    "lib"
  ],
  "pre-commit": [
    "flow-check",
    "lint",
    "test"
  ],
  "scripts": {
    "build": "yarn build-src && yarn build-src-flow",
    "build-src": "babel src --out-dir lib",
    "build-src-flow": "flow-copy-source -v src lib",
    "commit": "git-cz",
    "flow-check": "flow check",
    "lint": "eslint src test",
    "prepublish": "yarn build",
    "prerelease": "monorepo publish --access public",
    "release": "yarn publish --access public --new-version 1.0.2",
    "test": "jest && monorepo run test",
    "test-watch": "jest --watch"
  },
  "dependencies": {
    "mkdirp": "^0.5.1"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.5.2",
    "babel-preset-flow": "^6.23.0",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "eslint": "^4.1.1",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-flowtype": "^2.34.1",
    "eslint-plugin-import": "^2.6.1",
    "eslint-plugin-jest": "^20.0.3",
    "eslint-plugin-node": "^5.1.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "flow-bin": "^0.49.1",
    "flow-copy-source": "^1.2.0",
    "flow-typed": "^2.1.2",
    "jest": "^20.0.4",
    "monorepo": "^1.0.5",
    "pre-commit": "^1.2.2"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "<rootDir>/packages/",
      "<rootDir>/test/fixtures/foo/build/"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
