{
  "name": "lattice-utils",
  "version": "0.13.0",
  "homepage": "https://github.com/openlattice/lattice-utils",
  "description": "OpenLattice JavaScript library for common utilities",
  "author": {
    "name": "OpenLattice, Inc.",
    "email": "support@openlattice.com",
    "url": "https://openlattice.com"
  },
  "contributors": [
    {
      "name": "Hristo Oskov",
      "email": "hristo@openlattice.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openlattice/lattice-utils.git"
  },
  "bugs": {
    "url": "https://github.com/openlattice/lattice-utils/issues"
  },
  "license": "Apache-2.0",
  "main": "build/index.js",
  "dependencies": {
    "@babel/runtime-corejs3": "~7.16.8",
    "loglevel": "~1.8.0"
  },
  "devDependencies": {
    "@babel/cli": "~7.16.8",
    "@babel/core": "~7.16.7",
    "@babel/plugin-transform-runtime": "~7.16.8",
    "@babel/preset-env": "~7.16.8",
    "@babel/preset-flow": "~7.16.7",
    "@babel/preset-react": "~7.16.7",
    "axios": "~0.24.0",
    "babel-eslint": "~10.1.0",
    "babel-jest": "~27.4.6",
    "babel-loader": "~8.2.2",
    "core-js": "~3.20.0",
    "enzyme": "~3.11.0",
    "enzyme-adapter-react-16": "~1.15.6",
    "enzyme-to-json": "~3.6.2",
    "eslint": "~7.32.0",
    "eslint-config-airbnb": "~18.2.1",
    "eslint-import-resolver-webpack": "~0.13.2",
    "eslint-plugin-flowtype": "~7.0.0",
    "eslint-plugin-import": "~2.25.4",
    "eslint-plugin-jest": "~25.7.0",
    "eslint-plugin-jsx-a11y": "~6.5.1",
    "eslint-plugin-react": "~7.28.0",
    "eslint-plugin-react-hooks": "~4.3.0",
    "flow-bin": "~0.131.0",
    "immutable": "4.0.0-rc.10",
    "import-sort-style-openlattice": "~0.1.0",
    "jest": "~27.4.7",
    "lattice": "~0.97.0",
    "lodash": "~4.17.21",
    "luxon": "~1.28.0",
    "npm-run-all": "~4.1.5",
    "react": "~16.14.0",
    "react-dom": "~16.14.0",
    "react-redux": "~7.2.6",
    "redux": "~4.1.0",
    "redux-reqseq": "~0.7.0",
    "rimraf": "~3.0.2",
    "uuid": "~8.3.2",
    "webpack": "~5.66.0",
    "webpack-cli": "~4.9.0",
    "webpack-dev-server": "~4.7.0",
    "webpack-node-externals": "~3.0.0"
  },
  "peerDependencies": {
    "immutable": "4.0.0-rc.10",
    "lattice": ">=0.97.0",
    "lodash": ">=4.17.21",
    "luxon": ">=1.28.0",
    "react": ">=16.14.0",
    "react-dom": ">=16.14.0",
    "react-redux": ">=7.2.0",
    "redux": ">=4.1.0",
    "redux-reqseq": ">=0.7.0"
  },
  "scripts": {
    "build:dev": "webpack --config config/webpack/webpack.config.js --env development",
    "build:prod": "webpack --config config/webpack/webpack.config.js --env production",
    "clean": "rimraf build/*.js",
    "flow": "flow check",
    "lint": "eslint --config .eslintrc src",
    "release:major": "npm version major -m \"releasing v%s\" && npm publish",
    "release:minor": "npm version minor -m \"releasing v%s\" && npm publish",
    "release:patch": "npm version patch -m \"releasing v%s\" && npm publish",
    "preversion": "npm-run-all lint test",
    "version": "npm-run-all clean build:prod && git add -A package.json build/",
    "postversion": "git push && git push --tags",
    "test": "jest --config config/jest/jest.config.js",
    "test:travis": "jest --maxWorkers=4 --config config/jest/jest.config.js",
    "test:watch": "jest --config config/jest/jest.config.js --watch --coverage=false"
  }
}
