{ "name": "@probo/helpers", "version": "1.0.0", "description": "", "main": "./src/index.ts", "scripts": { "test": "vitest run", "test:watch": "vitest" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "typescript": "^5.8.3", "vitest": "^3.1.3" }, "dependencies": { "@probo/coredata": "^1.0.0" } }