{
  "name": "@morsedigital/morse-utils",
  "version": "4.3.1",
  "description": "Utility Functions for Morse Site/App",
  "main": "index.js",
  "scripts": {
    "build": "NODE_ENV=production rollup -c",
    "build:watch": "NODE_ENV=production rollup -c -w",
    "lint": "eslint src/** --fix",
    "lint:tests": "eslint __tests__/** --fix",
    "test": "jest --coverage --config jest.config.json",
    "test:watch": "jest --watch --config jest.config.json"
  },
  "repository": "git+https://github.com/djforth/morse-utils.git",
  "keywords": [
    "utility",
    "functions",
    "sites",
    "app"
  ],
  "author": "A Stainforth",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/djforth/morse-utils/issues"
  },
  "homepage": "https://github.com/djforth/morse-utils#readme",
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-destructuring": "^7.8.3",
    "@babel/plugin-transform-regenerator": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@djforth/cookie_mgmt_fp": "1.2.1",
    "@djforth/jest-call-helpers": "^1.3.0",
    "@djforth/jest-matchers": "^2.2.1",
    "@djforth/stubs-spy-manager-jest": "^1.2.0",
    "@rollup/plugin-alias": "^3.0.1",
    "@rollup/plugin-auto-install": "^2.0.0",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-json": "^4.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@rollup/plugin-strip": "^1.3.2",
    "babel-core": "^7.0.0-bridge",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^25.1.0",
    "babel-plugin-lodash": "^3.3.4",
    "browserslist": "^4.8.6",
    "eslint": "^6.8.0",
    "eslint-config-morsedigital-prettier": "^2.3.0",
    "eslint-plugin-import": "^2.20.1",
    "jest": "^25.1.0",
    "lodash": "^4.17.15",
    "rollup": "^1.31.0",
    "rollup-plugin-analyzer": "^3.2.2",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-banner": "^0.2.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^5.2.0",
    "rollup-plugin-uglify": "^6.0.4",
    "rollup-watch": "^4.3.1"
  },
  "peerDependencies": {
    "@djforth/cookie_mgmt_fp": "^1.2.1",
    "lodash": "^4.17.15"
  },
  "dependencies": {
    "core-js": "3"
  }
}
