{
  "name": "@biswarup35/material-you",
  "version": "1.1.0",
  "private": false,
  "description": "Material You is a React component library for building modern user interfaces faster.",
  "keywords": [
    "material 3",
    "react ui",
    "material design"
  ],
  "main": "./index.tsx",
  "types": "./index.tsx",
  "license": "MIT",
  "scripts": {
    "release:build": "tsc",
    "release": "semantic-release"
  },
  "dependencies": {
    "@emotion/react": "11.6.0",
    "@emotion/styled": "11.6.0",
    "@popperjs/core": "2.4.0",
    "react-popper": "2.2.0",
    "valtio": "1.3.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.1",
    "@semantic-release/git": "10.0.1",
    "@types/react": "17.0.37",
    "@types/react-dom": "17.0.11",
    "semantic-release": "19.0.2",
    "tsconfig": "*",
    "typescript": "4.5.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/biswarup35/material-you.git",
    "directory": "packages/material-you"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "tag": "canary"
  }
}
