18 lines
306 B
JSON
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"
|
|
}
|
|
}
|