UNPKG

@heroui/shared-utils

Version:

A set of HeroUI utilities

61 lines 1.41 kB
{ "name": "@heroui/shared-utils", "version": "2.1.9", "description": "A set of HeroUI utilities", "keywords": [ "system" ], "author": "HeroUI <support@heroui.com>", "homepage": "https://heroui.com", "license": "MIT", "main": "dist/index.js", "sideEffects": false, "files": [ "dist", "scripts" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/heroui-inc/heroui.git", "directory": "packages/core/system" }, "bugs": { "url": "https://github.com/heroui-inc/heroui/issues" }, "clean-package": "../../../clean-package.config.json", "tsup": { "clean": true, "target": "es2019", "format": [ "cjs", "esm" ], "splitting": false, "entry": [ "src/demi/react18", "src/demi/react19" ] }, "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./package.json": "./package.json" }, "scripts": { "postinstall": "node -e \"try{require('./scripts/postinstall.js')}catch(e){}\"", "build": "tsup src --dts", "dev": "pnpm build:fast --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "build:fast": "tsup src", "postbuild": "npm run postinstall" } }