{ "name": "tools", "private": true, "version": "0.0.1", "license": "UNLICENSED", "description": "Set of useful tools for web development", "keywords": [ "tools", "web", "ui", "utilities" ], "author": "Robonen Andrew ", "repository": { "type": "git", "url": "git+https://github.com/robonen/tools.git" }, "packageManager": "pnpm@10.15.0", "engines": { "node": ">=22.18.0" }, "type": "module", "devDependencies": { "@types/node": "^22.17.2", "citty": "^0.1.6", "jiti": "^2.5.1", "scule": "^1.3.0", "jsdom": "catalog:", "vitest": "catalog:", "@vitest/coverage-v8": "catalog:", "@vitest/ui": "catalog:" }, "scripts": { "build": "pnpm -r build", "test": "vitest run", "test:ui": "vitest --ui", "create": "jiti ./bin/cli.ts" } }