{
  "name": "@toptal/picasso-shared",
  "version": "15.0.0",
  "description": "Shared types, utils for Picasso internal usage",
  "author": "Toptal",
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-shared#readme",
  "license": "MIT",
  "main": "dist-package/src/index.js",
  "module": "dist-package/src/index.js",
  "exports": {
    ".": "./dist-package/src/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toptal/picasso.git"
  },
  "scripts": {
    "build:package": "tsc --build tsconfig.json",
    "prepublishOnly": "yarn build:package"
  },
  "bugs": {
    "url": "https://github.com/toptal/picasso/issues"
  },
  "peerDependencies": {
    "react": ">=16.12.0 < 19.0.0",
    "typescript": "~4.7.0",
    "@toptal/picasso-provider": "*",
    "notistack": "3.0.1",
    "react-dom": ">=16.12.0 < 19.0.0"
  },
  "dependencies": {
    "classnames": "^2.5.1",
    "color": "^4.2.3",
    "@types/color": "^3.0.3"
  },
  "devDependencies": {
    "@types/classnames": "^2.3.1",
    "@toptal/picasso-provider": "4.2.1",
    "notistack": "3.0.1"
  },
  "sideEffects": [
    "**/styles.ts",
    "**/styles.js"
  ],
  "files": [
    "dist-package/**",
    "!dist-package/tsconfig.tsbuildinfo",
    "src"
  ]
}
