{
  "name": "glaze",
  "version": "0.5.1",
  "description": "CSS-in-JS microlibrary for making design systems approachable with React",
  "keywords": [
    "css-in-js",
    "design-system",
    "react",
    "typescript",
    "treat",
    "theme"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kripod/glaze.git",
    "directory": "packages/glaze"
  },
  "license": "MIT",
  "author": "Kristóf Poduszló <kripod@protonmail.com>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "import": "./dist-web/index.js"
  },
  "main": "./dist-web/index.js",
  "module": "./dist-web/index.js",
  "source": "./src/index.ts",
  "types": "./dist-types/index.d.ts",
  "files": [
    "dist-*/",
    "src/"
  ],
  "scripts": {
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "develop": "tsc --build --watch"
  },
  "dependencies": {
    "@emotion/hash": "^0.8.0",
    "type-fest": "^0.13.1"
  },
  "devDependencies": {
    "microbundle": "^0.12.0-next.8"
  },
  "peerDependencies": {
    "@types/react": ">=16.8",
    "react": ">=16.8",
    "react-treat": "^1",
    "treat": "^1"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "gitHead": "acbb2836499a30a67a24ca9f62c8869bf9186dca"
}
