UNPKG

effcss

Version:

Self-confident CSS-in-JS

52 lines (51 loc) 1.24 kB
{ "name": "effcss", "version": "4.4.0", "description": "Self-confident CSS-in-JS", "type": "module", "scripts": { "build": "rollup -c", "test": "vitest" }, "keywords": [ "web components", "ui", "typescript", "css", "css-in-js", "css-in-ts" ], "author": "Marat Sabitov", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@vitest/browser": "^2.1.9", "playwright": "^1.50.1", "rollup": "^4.30.1", "rollup-plugin-cleaner": "^1.0.0", "tslib": "^2.8.1", "typescript": "^5.7.3", "vitest": "^2.1.9" }, "files": [ "LICENSE", "README.md", "package.json", "dist" ], "repository": { "type": "git", "url": "https://gitverse.ru/msabitov/effcss" }, "homepage": "https://effnd.tech/css/" }