{ "name": "@nodarium/utils", "version": "0.0.5", "description": "", "main": "./src/index.ts", "type": "module", "scripts": { "test": "vitest", "format": "dprint fmt -c '../../.dprint.jsonc' .", "format:check": "dprint check -c '../../.dprint.jsonc' ." }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@nodarium/types": "workspace:^" }, "devDependencies": { "dprint": "^0.54.0", "vite": "^8.0.10", "vitest": "^4.1.5" } }