UNPKG

@stylezjs/stylez

Version:

Stylez → “Z” of Zero Runtime | A lightweight utility for generating CSS class names dynamically.

53 lines (52 loc) 1.33 kB
{ "name": "@stylezjs/stylez", "version": "0.1.7", "description": "Stylez → “Z” of Zero Runtime | A lightweight utility for generating CSS class names dynamically.", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/types/index.d.ts", "scripts": { "build": "pnpm bundle", "build:w": "pnpm bundle -w", "lint": "pnpm eslint .", "start": "node --watch ./dist/index.mjs" }, "keywords": [ "@stylezjs", "stylez", "CSS", "utility", "zero runtime", "dynamic styles", "class names", "postcss", "react", "styled components" ], "author": "Estarlin R <dev@estarlincito.com> (https://estarlincito.com)", "files": [ "LICENSE", "README.md", "dist" ], "license": "MIT", "homepage": "https://github.com/estarlincito/stylez/blob/main/packages/stylez/README.md", "repository": { "type": "git", "url": "git+https://github.com/estarlincito/stylez.git" }, "bugs": { "url": "https://github.com/estarlincito/stylez/issues" }, "dependencies": { "@estarlincito/utils": "^2.5.2", "csstype": "^3.1.3", "zod": "^3.24.3" }, "devDependencies": { "@repo/bundle": "workspace:*", "@repo/typescript-config": "workspace:*", "@estarlincito/eslint": "^1.8.6" } }