{
  "name": "jazzy-utility",
  "version": "1.3.1",
  "description": "A small utility library",
  "repository": {
    "type": "git",
    "url": "https://github.com/JazzBrown1/jazzy-utility.git"
  },
  "main": "dist/main.js",
  "module": "dist/module.js",
  "scripts": {
    "test": "npm run build && nyc mocha",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "build": "rollup -c"
  },
  "author": "Jazz Brown",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@rollup/plugin-babel": "^5.1.0",
    "babel-eslint": "^10.0.0",
    "coveralls": "^3.0.9",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.20.0",
    "minimist": "^1.2.3",
    "mocha": "^7.1.1",
    "nyc": "^15.0.0",
    "rollup": "^1.29.1",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-babel-minify": "^9.1.1",
    "rollup-plugin-cleanup": "^3.1.1",
    "@babel/polyfill": "^7.10.4"
  },
  "keywords": [
    "jazzy",
    "utility",
    "stash",
    "workflow",
    "doAll",
    "array",
    "async"
  ]
}
