{
  "name": "@roylee1997/react-palette",
  "version": "1.0.0",
  "description": "",
  "main": "dist/react-palette.js",
  "umd:main": "dist/react-palette.umd.js",
  "module": "dist/react-palette.mjs",
  "browser": "dist/react-palette.umd.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "npm test -- --watch",
    "test:coverage": "npm test -- --coverage",
    "build": "microbundle",
    "preversion": "npm test && npm run build",
    "postversion": "git push && git push --tags && npm publish"
  },
  "keywords": [
    "react",
    "palette",
    "dominant color"
  ],
  "author": "Leonardo Luiz <leonardokl@hotmail.com>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git://github.com/leonardokl/react-palette.git"
  },
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "lodash.camelcase": "^4.3.0",
    "lodash.invoke": "^4.5.2",
    "node-vibrant": "^3.1.6"
  },
  "devDependencies": {
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^29.2.0",
    "@types/react": "^18.0.23",
    "coveralls": "^3.1.1",
    "jest": "^29.2.2",
    "microbundle": "^0.15.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-jest": "^29.0.3"
  }
}
