@manapotion/util@0.1.0
latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
47%
Published
7 months ago (0.1.0)
{ "name": "@manapotion/util", "version": "0.3.1", "license": "MIT", "type": "module", "files": [ "dist" ], "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "scripts": { "tsup": "tsup *.ts *.tsx --dts --format esm,cjs --clean --no-splitting", "watch": "tsup *.ts *.tsx --dts --format esm,cjs --clean --no-splitting --watch", "publint": "npx publint" }, "devDependencies": { "publint": "^0.2.7", "tsup": "^8.0.2", "typescript": "^5.3.3" } }