17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"name": "visionl",
|
|
"private": true,
|
|
"workspaces": ["packages/*"],
|
|
"scripts": {
|
|
"typecheck": "tsc -b",
|
|
"build": "tsc -b",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.0.0",
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|