{
"name": "@grumpydb/client",
"version": "5.0.0",
"description": "TypeScript client driver for GrumpyDB",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": { "node": ">=18" },
"scripts": {
"build": "tsc",
"lint": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@types/node": "^22.15.21",
"typescript": "^5.4",
"vitest": "^2.0"
},
"license": "MIT OR Apache-2.0"
}