{ "name": "@robonen/stdlib", "version": "0.0.1", "license": "UNLICENSED", "description": "A collection of tools, utilities, and helpers for TypeScript", "keywords": [ "stdlib", "utils", "tools", "helpers", "math", "algorithms", "data-structures" ], "author": "Robonen Andrew ", "repository": { "type": "git", "url": "git+https://github.com/robonen/tools.git", "directory": "packages/stdlib" }, "packageManager": "pnpm@9.6.0", "engines": { "node": ">=20.16.0" }, "type": "module", "files": [ "dist" ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "scripts": { "test": "vitest run", "dev": "vitest dev", "build": "unbuild" }, "devDependencies": { "@robonen/tsconfig": "workspace:*", "@vitest/coverage-v8": "^2.0.5", "pathe": "^1.1.2", "unbuild": "^2.0.0", "vitest": "^2.0.5" } }