mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"name": "tools",
|
|
"packageManager": "yarn@3.6.1",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.0",
|
|
"openapi-typescript": "^6.7.2",
|
|
"typescript": "^5.0.0",
|
|
"vitest": "^1.2.2"
|
|
}
|
|
}
|