{
  "name": "@toptal/picasso-utils",
  "version": "4.0.1",
  "description": "Toptal UI components library - Utils",
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
  "bugs": {
    "url": "https://github.com/toptal/picasso/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toptal/picasso.git"
  },
  "license": "MIT",
  "author": "Toptal",
  "sideEffects": [
    "**/styles.ts",
    "**/styles.js"
  ],
  "exports": {
    ".": "./dist-package/src/index.js"
  },
  "main": "./dist-package/src/index.js",
  "module": "./dist-package/src/index.js",
  "dependencies": {
    "ap-style-title-case": "^1.1.2",
    "classnames": "^2.5.1",
    "@toptal/picasso-shared": "16.0.0"
  },
  "devDependencies": {
    "styled-components": "^6.1.1",
    "@toptal/picasso-provider": "6.0.0",
    "@toptal/picasso-test-utils": "2.0.1"
  },
  "peerDependencies": {
    "@material-ui/core": "4.12.4",
    "@toptal/picasso-provider": "*",
    "notistack": "1.0.10",
    "react": ">=16.12.0 < 19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist-package/**",
    "!dist-package/tsconfig.tsbuildinfo",
    "src"
  ],
  "scripts": {
    "build:package": "tsc -b tsconfig.json"
  }
}