UNPKG

lit-css-vars

Version:

For easily creating and sharing typed CSS vars for the lit.dev ecosystem.

96 lines (95 loc) 3.54 kB
{ "name": "lit-css-vars", "version": "3.0.11", "description": "For easily creating and sharing typed CSS vars for the lit.dev ecosystem.", "keywords": [ "css vars", "css", "CSSResult", "default values", "default", "lit", "vars", "element-vir" ], "homepage": "https://github.com/electrovir/lit-css-vars", "bugs": { "url": "https://github.com/electrovir/lit-css-vars/issues" }, "repository": { "type": "git", "url": "git+https://github.com/electrovir/lit-css-vars.git" }, "license": "(MIT or CC0 1.0)", "author": { "name": "electrovir", "url": "https://github.com/electrovir" }, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "compile": "virmator compile", "docs": "virmator docs", "format": "virmator format", "lint": "virmator lint fix", "publish": "virmator publish npm run test:all", "test": "virmator test web", "test:all": "npm run compile && concurrently --colors --kill-others-on-fail -c auto --names tests,spelling,format,docs,deps,lint \"npm run test:coverage\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\"", "test:coverage": "npm run test coverage", "test:deps": "virmator deps check", "test:docs": "virmator docs check", "test:format": "virmator format check", "test:lint": "virmator lint", "test:spelling": "virmator spellcheck" }, "dependencies": { "@augment-vir/assert": "^31.0.1", "@augment-vir/common": "^31.0.1" }, "devDependencies": { "@augment-vir/test": "^31.0.1", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.16.0", "@stylistic/eslint-plugin": "^2.12.0", "@stylistic/eslint-plugin-ts": "^2.12.0", "@typescript-eslint/eslint-plugin": "^8.18.0", "@web/dev-server-esbuild": "^1.0.3", "@web/test-runner": "^0.19.0", "@web/test-runner-commands": "^0.9.0", "@web/test-runner-playwright": "^0.11.0", "@web/test-runner-visual-regression": "^0.10.0", "concurrently": "^9.1.0", "cspell": "^8.16.1", "dependency-cruiser": "^16.7.0", "esbuild": "^0.24.0", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^50.6.0", "eslint-plugin-monorepo-cop": "^1.0.2", "eslint-plugin-playwright": "^2.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-require-extensions": "^0.1.3", "eslint-plugin-sonarjs": "^3.0.1", "eslint-plugin-unicorn": "^56.0.1", "istanbul-smart-text-reporter": "^1.1.5", "markdown-code-example-inserter": "^3.0.2", "npm-check-updates": "^17.1.11", "prettier": "^3.4.2", "prettier-plugin-interpolated-html-tags": "^2.0.0", "prettier-plugin-jsdoc": "^1.3.0", "prettier-plugin-multiline-arrays": "^3.0.6", "prettier-plugin-organize-imports": "^4.1.0", "prettier-plugin-packagejson": "^2.5.6", "prettier-plugin-sort-json": "^4.0.0", "prettier-plugin-toml": "^2.0.1", "typedoc": "^0.27.4", "typescript": "^5.7.2", "typescript-eslint": "^8.18.0", "virmator": "^13.10.4" }, "peerDependencies": { "lit": "*" } }