2026-02-17 12:22:36 +00:00
|
|
|
{
|
|
|
|
|
"name": "@fluxer/openapi",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
"./*": "./*"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-06-16 06:41:37 +02:00
|
|
|
"generate": "tsx src/scripts/GenerateSpec.ts",
|
2026-02-17 12:22:36 +00:00
|
|
|
"typecheck": "tsgo --noEmit",
|
2026-06-16 06:41:37 +02:00
|
|
|
"validate": "tsx src/scripts/GenerateSpec.ts --validate-only"
|
2026-02-17 12:22:36 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@fluxer/constants": "workspace:*",
|
2026-06-16 06:41:37 +02:00
|
|
|
"@fluxer/errors": "workspace:*",
|
2026-02-17 12:22:36 +00:00
|
|
|
"ts-morph": "catalog:",
|
|
|
|
|
"zod": "catalog:"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "catalog:",
|
|
|
|
|
"@typescript/native-preview": "catalog:",
|
2026-06-16 06:41:37 +02:00
|
|
|
"prettier": "^3.8.3",
|
2026-02-17 12:22:36 +00:00
|
|
|
"tsx": "catalog:"
|
|
|
|
|
}
|
|
|
|
|
}
|