UNPKG

@spark-ui/internal-utils

Version:

package for sharing reusable code and resources across the codebase

39 lines (38 loc) 949 B
{ "name": "@spark-ui/internal-utils", "version": "10.0.13", "description": "package for sharing reusable code and resources across the codebase", "publishConfig": { "access": "public" }, "keywords": [ "@spark-ui", "util", "utility" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "vite build" }, "peerDependencies": { "react": "^19.0", "react-dom": "^19.0" }, "repository": { "type": "git", "url": "https://github.com/leboncoin/spark-web.git", "directory": "packages/utils/internal-utils" }, "config": { "title": "cli", "category": "internal-utils" }, "bugs": { "url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3Autility+label%3Ainternal-utils" }, "homepage": "https://sparkui.vercel.app", "license": "MIT", "gitHead": "47b5538061e0def87b5995694b019a27373c7585" }