umami/package.components.json
Mike Cao 460200dfef
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
useApi should return an actual Error.
2025-09-14 23:57:15 -07:00

10 lines
236 B
JSON

{
"name": "@umami/components",
"version": "0.123.0",
"description": "Umami React components.",
"author": "Mike Cao <mike@mikecao.com>",
"license": "MIT",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts"
}