{
  "name": "@rocket.chat/css-in-js",
  "version": "0.32.0",
  "description": "Toolset to transpile and use CSS on runtime",
  "keywords": [
    "rocket.chat",
    "css-in-js"
  ],
  "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
  "bugs": {
    "url": "https://github.com/RocketChat/fuselage/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RocketChat/fuselage.git",
    "directory": "packages/css-in-js"
  },
  "license": "MIT",
  "author": {
    "name": "Rocket.Chat",
    "url": "https://rocket.chat/"
  },
  "main": "dist/index.js",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.module.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "/logicalProperties"
  ],
  "scripts": {
    "build": "rollup -c",
    "docs": "typedoc",
    "lint": "lint",
    "lint-and-fix": "lint-and-fix",
    "test": "jest --runInBand"
  },
  "dependencies": {
    "@emotion/hash": "^0.9.2",
    "@rocket.chat/css-supports": "^0.31.25",
    "@rocket.chat/memo": "^0.31.25",
    "@rocket.chat/stylis-logical-props-middleware": "^0.31.25",
    "stylis": "~4.3.6"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "~28.0.9",
    "@rollup/plugin-json": "~6.1.0",
    "@rollup/plugin-node-resolve": "~16.0.3",
    "@rollup/plugin-terser": "~0.4.4",
    "@rollup/plugin-typescript": "~12.3.0",
    "@types/stylis": "^4.2.7",
    "eslint": "~9.39.2",
    "jest": "~30.3.0",
    "lint-all": "^0.31.25",
    "prettier": "~3.6.2",
    "rollup": "~4.60.0",
    "ts-jest": "~29.4.6",
    "typedoc": "~0.28.18",
    "typescript": "~5.9.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
