{
  "name": "@procore/core-utils",
  "version": "10.27.10",
  "description": "Javascript Utilities",
  "main": "dist/main.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/procore/core.git"
  },
  "bugs": "https://github.com/procore/core/issues",
  "keywords": [
    "javascript",
    "components",
    "react",
    "js",
    "jsx",
    "library",
    "procore"
  ],
  "author": "Procore Technologies",
  "license": "SEE LICENSE IN LICENSE",
  "devDependencies": {
    "@babel/core": "7.20.5",
    "@babel/plugin-proposal-object-rest-spread": "7.20.7",
    "@babel/preset-env": "7.18.10",
    "@babel/preset-react": "7.18.6",
    "babel-loader": "8.2.5",
    "jest": "29.4.1",
    "webpack": "5.74.0",
    "webpack-cli": "4.10.0"
  },
  "dependencies": {
    "lodash.throttle": "4.1.1",
    "ramda": "0.28.0"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack",
    "clean": "rimraf build",
    "dev": "NODE_ENV=development webpack --watch",
    "test": "jest --runInBand"
  }
}