{
  "name": "@kba/utils",
  "version": "0.12.1",
  "description": "Utility methods on values I use all the time",
  "main": "dist/utils.js",
  "scripts": {
    "test": "tap *.test.js",
    "dev": "webpack --mode development --watch",
    "prepublish": "webpack --mode production"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "git+https://github.com/kba/js-utils",
  "author": "kba",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kba/js-utils/issues"
  },
  "homepage": "https://github.com/kba/js-utils#readme",
  "devDependencies": {
    "babel-loader": "8.0.5",
    "babel-preset-env": "1.7.0",
    "tap": "12.1.1",
    "webpack": "4.28.4",
    "webpack-cli": "3.2.1"
  },
  "dependencies": {
    "@babel/core": "7.2.2",
    "deepmerge": "3.0.0",
    "eventemitter3": "3.1.0",
    "shortid": "2.2.14",
    "traverse": "0.6.6",
    "url-parse": "1.4.4"
  },
  "gitHead": "f8db5b312d2ffea07349c321378136cc81c51f7c"
}
