{
  "name": "@rocket.chat/css-in-js",
  "version": "0.33.1",
  "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",
  "module": "dist/index.module.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "/logicalProperties"
  ],
  "scripts": {
    "build": "rollup -c && api-extractor run --local",
    "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.4.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "~7.58.11",
    "@rollup/plugin-commonjs": "~29.0.3",
    "@rollup/plugin-json": "~6.1.0",
    "@rollup/plugin-node-resolve": "~16.0.3",
    "@rollup/plugin-terser": "~1.0.0",
    "@rollup/plugin-typescript": "~12.3.0",
    "@types/stylis": "^4.2.7",
    "eslint": "~10.7.0",
    "jest": "~30.4.2",
    "lint-all": "^0.31.25",
    "prettier": "~3.6.2",
    "rollup": "~4.62.2",
    "ts-jest": "~29.4.11",
    "typedoc": "~0.28.20",
    "typescript": "~5.9.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
