2024-06-07 14:37:47 +02:00
|
|
|
{
|
|
|
|
"name": "main",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"type": "module",
|
2024-06-16 00:59:34 +02:00
|
|
|
"author": "Martin Berg Alstad",
|
|
|
|
"scripts": {
|
|
|
|
"tsp-compile": "tsp compile . --output-dir dist",
|
2024-06-20 13:13:26 +02:00
|
|
|
"redoc-build": "redocly build-docs dist/@typespec/openapi3/openapi.v2.yaml --output ../src/resources/static/openapi.html"
|
2024-06-16 00:59:34 +02:00
|
|
|
},
|
2024-06-07 14:37:47 +02:00
|
|
|
"dependencies": {
|
|
|
|
"@typespec/compiler": "latest",
|
2024-06-16 00:59:34 +02:00
|
|
|
"@typespec/openapi3": "^0.57.0"
|
2024-06-07 14:37:47 +02:00
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|