{
  "name": "@noya-app/noya-colorpicker",
  "version": "0.1.37",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup src/index.tsx --format cjs,esm --dts --sourcemap",
    "dev": "npm run build -- --watch"
  },
  "dependencies": {
    "@noya-app/noya-file-format": "0.1.0",
    "@noya-app/noya-utils": "0.1.10",
    "@noya-app/noya-color": "0.1.8",
    "@noya-app/react-utils": "0.1.31",
    "use-eye-dropper": "1.6.1"
  },
  "peerDependencies": {
    "react": "*"
  }
}