latest
Debbl/utilsThis package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
82%
Published
2 months ago (0.1.0)
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758{ "name": "@debbl/utils", "type": "module", "version": "0.1.0", "packageManager": "pnpm@9.6.0", "description": "a collection of utility functions", "author": "Brendan Dash <me@aiwan.run> (https://github.com/Debbl)", "license": "MIT", "homepage": "https://github.com/Debbl/utils#readme", "repository": { "type": "git", "url": "git+https://github.com/Debbl/utils.git" }, "bugs": "https://github.com/Debbl/utils/issues", "keywords": [ "utility", "utils" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "scripts": { "build": "rollup -c", "test": "vitest", "typecheck": "tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix", "release": "bumpp && pnpm publish" }, "devDependencies": { "@debbl/eslint-config": "^3.4.0", "bumpp": "^9.4.2", "eslint": "8.57.0", "rollup": "^4.20.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-esbuild": "^6.1.1", "typescript": "^5.5.4", "vitest": "^2.0.5" } }