@spark-ui/internal-utils
Version:
package for sharing reusable code and resources across the codebase
38 lines (37 loc) • 896 B
JSON
{
"name": "@spark-ui/internal-utils",
"version": "17.10.1",
"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.1.1",
"react-dom": "^19.1.1"
},
"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"
}