25 lines
513 B
JSON
25 lines
513 B
JSON
{
|
|
"name": "@fluxer/openapi",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./*"
|
|
},
|
|
"scripts": {
|
|
"generate": "tsx src/scripts/GenerateSpec.tsx",
|
|
"typecheck": "tsgo --noEmit",
|
|
"validate": "tsx src/scripts/GenerateSpec.tsx --validate-only"
|
|
},
|
|
"dependencies": {
|
|
"@fluxer/constants": "workspace:*",
|
|
"ts-morph": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@typescript/native-preview": "catalog:",
|
|
"tsx": "catalog:"
|
|
}
|
|
}
|