{
  "name": "@toptal/picasso-provider",
  "version": "100.2.0",
  "description": "Picasso provider",
  "author": "Toptal",
  "license": "MIT",
  "main": "dist-package/src/index.js",
  "module": "dist-package/src/index.js",
  "exports": {
    ".": "./dist-package/src/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toptal/picasso.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/toptal/picasso/issues"
  },
  "peerDependencies": {
    "react": ">=17.0.0 < 19.0.0",
    "typescript": "^5.5.0"
  },
  "dependencies": {
    "classnames": "^2.5.1",
    "notistack": "3.0.1",
    "react-helmet-async": "2.0.3"
  },
  "devDependencies": {
    "@testing-library/react": "^14.1.2",
    "@types/classnames": "^2.3.1",
    "shelljs": "^0.8.5"
  },
  "files": [
    "dist-package/**",
    "!dist-package/tsconfig.tsbuildinfo",
    "src"
  ],
  "scripts": {
    "build:package": "tsc -b tsconfig.json && node bin/build.cjs"
  }
}