{ "name": "@probo/hooks", "version": "1.0.0", "description": "", "main": "./src/index.ts", "scripts": { "test": "vitest run", "test:watch": "vitest" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "typescript": "~6.0.3", "vitest": "^4.1.8" } }