UNPKG

theme-custom-properties

Version:

![CI](https://github.com/coffee-cup/theme-custom-properties/workflows/CI/badge.svg) [![](https://img.shields.io/npm/v/theme-custom-properties?style=flat-square)](https://www.npmjs.com/package/theme-custom-properties) [![](https://img.shields.io/github/lic

68 lines (67 loc) 1.47 kB
{ "version": "1.0.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "name": "theme-custom-properties", "author": "Jake Runzer", "homepage": "https://github.com/coffee-cup/theme-custom-properties", "bugs": { "url": "https://github.com/coffee-cup/theme-custom-properties/issues" }, "repository": { "type": "git", "url": "https://github.com/coffee-cup/theme-custom-properties.git" }, "module": "dist/theme-custom-properties.esm.js", "size-limit": [ { "path": "dist/theme-custom-properties.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/theme-custom-properties.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^4.9.1", "eslint-plugin-prettier": "^3.3.1", "husky": "^4.3.7", "prettier": "^2.2.1", "size-limit": "^4.9.1", "tsdx": "^0.14.1", "tslib": "^2.1.0", "typescript": "^4.1.3" }, "keywords": [ "css", "variables", "custom", "properties", "themes", "dark mode" ] }