{
  "name": "webiny-load-assets",
  "version": "1.13.1",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/webiny/webiny-js.git"
  },
  "contributors": [
    "Pavel Denisjuk <pavel@webiny.com>",
    "Adrian Smijulj <adrian@webiny.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0"
  },
  "scripts": {
    "build": "babel src -d ${DEST:-build} --source-maps --copy-files",
    "flow-copy-source": "flow-copy-source src ${DEST:-build}",
    "postbuild": "yarn flow-copy-source"
  }
}
