UNPKG

@pandabox/utils

Version:

A bunch of utilities

56 lines 1.13 kB
{ "name": "@pandabox/utils", "version": "0.0.5", "description": "A bunch of utilities", "exports": { ".": { "source": "./src/index.ts", "types": "./dist/index.d.ts", "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "dependencies": { "@pandacss/shared": "^0.36.1", "@pandacss/types": "^0.36.1" }, "devDependencies": { "tsup": "^8.0.2", "vitest": "^1.3.1" }, "homepage": "https://astahmer.dev", "repository": { "type": "git", "url": "git+https://github.com/astahmer/pandabox.git", "directory": "packages/utils" }, "author": "Alexandre Stahmer", "publishConfig": { "access": "public" }, "sideEffects": false, "files": [ "src", "dist" ], "keywords": [ "pandacss", "pandabox", "panda", "utils", "typesafety", "typescript" ], "scripts": { "build": "tsup", "dev": "tsup --watch src", "test": "vitest", "typecheck": "tsc --noEmit" } }