Files
probo/packages/hooks/package.json
2026-01-22 12:51:42 +04:00

18 lines
306 B
JSON

{
"name": "@probo/hooks",
"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"
}
}