{
  "name": "caboodle-x",
  "version": "1.7.0",
  "description": "A collection of modern utils.",
  "homepage": "https://github.com/Xotic750/caboodle-x.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/Xotic750/caboodle-x.git"
  },
  "bugs": {
    "url": "https://github.com/Xotic750/caboodle-x/issues"
  },
  "main": "dist/caboodle-x.node.js",
  "browser": "dist/caboodle-x.js",
  "module": "index",
  "scripts": {
    "build:base": "webpack --bail --progress --profile --colors",
    "build": "cross-env NODE_ENV=production npm run build:base",
    "build:dev": "npm run build:base",
    "clean": "rimraf dist && npm run clean:coverage",
    "clean:coverage": "rimraf __tests__/coverage",
    "lint": "eslint --ext .js .",
    "lint-fix": "npm run lint -- --fix",
    "precommit":
      "npm run security && pretty-quick --staged && npm run lint && npm run build && npm run test:coverage",
    "prepush": "npm run precommit",
    "report": "npm run build -- --env.report",
    "report:dev": "npm run build:dev -- --env.report",
    "security": "nsp check",
    "start": "nodemon --exec \"npm run build\" --watch src",
    "test": "npm run clean:coverage && jest",
    "test:ci": "npm run test -- --ci --maxWorkers=2",
    "test:coverage": "npm run test -- --coverage"
  },
  "author": {
    "name": "Graham Fairweather",
    "email": "xotic750@gmail.com"
  },
  "copyright": "Copyright (c) 2018-present",
  "license": "MIT",
  "keywords": ["modern", "utils", "library", "module", "node", "browser"],
  "dependencies": {
    "is-boolean-object": "^1.0.0",
    "is-number-object": "^1.0.3",
    "is-string": "^1.0.4",
    "is-symbol": "^1.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.44",
    "@babel/core": "^7.0.0-beta.44",
    "@babel/plugin-proposal-class-properties": "^7.0.0-beta.44",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
    "@babel/plugin-transform-property-mutators": "^7.0.0-beta.44",
    "@babel/plugin-transform-runtime": "^7.0.0-beta.44",
    "@babel/polyfill": "^7.0.0-beta.44",
    "@babel/preset-env": "^7.0.0-beta.44",
    "@babel/runtime": "^7.0.0-beta.44",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^8.2.3",
    "babel-jest": "^22.4.3",
    "babel-loader": "^8.0.0-beta.0",
    "cross-env": "^5.1.4",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-import-resolver-webpack": "^0.9.0",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-compat": "^2.2.0",
    "eslint-plugin-css-modules": "^2.7.5",
    "eslint-plugin-eslint-comments": "^2.0.2",
    "eslint-plugin-html": "^4.0.3",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jest": "^21.15.1",
    "eslint-plugin-jsdoc": "^3.6.3",
    "eslint-plugin-json": "^1.2.0",
    "eslint-plugin-no-use-extend-native": "^0.3.12",
    "eslint-plugin-prefer-object-spread": "^1.2.1",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-sort-class-members": "^1.3.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "husky": "^0.14.3",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^22.4.3",
    "jest-cli": "^22.4.3",
    "jest-file": "^1.0.0",
    "jsdoc-to-markdown": "^4.0.1",
    "nodemon": "^1.17.3",
    "nsp": "^3.2.1",
    "prettier": "^1.12.1",
    "pretty-quick": "^1.4.1",
    "rimraf": "^2.6.2",
    "semver": "^5.5.0",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^4.6.0",
    "webpack-bundle-analyzer": "^2.11.1",
    "webpack-cli": "^2.0.15",
    "webpack-merge": "^4.1.2"
  },
  "engines": {
    "node": ">=6.11.5",
    "npm": ">=3.10.8",
    "yarn": ">=1.3.2"
  },
  "browserslist": ["Explorer >= 9"]
}
