{
  "name": "arel",
  "version": "0.4.0",
  "description": "arel",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "test": "jest --coverage",
    "build": "NODE_ENV=production rollup -c",
    "pretest": "npm run build",
    "prepublish": "npm run test"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wangzuo/arel.git"
  },
  "author": "Wang Zuo <wzuoadjusted@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wangzuo/arel/issues"
  },
  "homepage": "https://github.com/wangzuo/arel#readme",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-do-expressions": "^7.2.0",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-flow": "^7.0.0",
    "babel-jest": "^24.5.0",
    "flow-bin": "^0.95.1",
    "jest": "^24.5.0",
    "rollup": "^1.6.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.2.1",
    "rollup-plugin-node-resolve": "^4.0.1"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.js"
    ]
  },
  "dependencies": {
    "@babel/runtime": "^7.3.4",
    "blueimp-md5": "^2.10.0",
    "lodash": "^4.17.11"
  }
}
