@spark-ui/theme-utils
Version:
package for managing Spark theme configuration
36 lines (35 loc) • 835 B
JSON
{
"name": "@spark-ui/theme-utils",
"version": "10.0.13",
"description": "package for managing Spark theme configuration",
"publishConfig": {
"access": "public"
},
"keywords": [
"@spark-ui",
"util",
"utility",
"theme"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "vite build"
},
"repository": {
"type": "git",
"url": "https://github.com/leboncoin/spark-web.git",
"directory": "packages/utils/theme"
},
"config": {
"title": "cli",
"category": "theme"
},
"bugs": {
"url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3Autility+label%3Atheme"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT",
"gitHead": "47b5538061e0def87b5995694b019a27373c7585"
}