{
  "name": "@pongo-ui/react-theme-generator",
  "version": "0.1.2",
  "description": "A tool used to easily and quickly create themes.",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/PongoAI/pongo-ui"
  },
  "license": "MIT",
  "scripts": {
    "start": "yarn storybook",
    "build": "just-scripts build",
    "bundle-size": "bundle-size measure",
    "test": "just-scripts test",
    "test-fix": "just-scripts test-fix",
    "coverage": "just-scripts test --coverage",
    "lint": "eslint ./src",
    "storybook": "start-storybook",
    "build-storybook": "build-storybook"
  },
  "dependencies": {},
  "devDependencies": {},
  "peerDependencies": {
    "@types/react": ">=16.8.0 <18.0.0",
    "@types/react-dom": ">=16.8.0 <18.0.0",
    "react": ">=16.8.0 <18.0.0",
    "react-dom": ">=16.8.0 <18.0.0"
  }
}
