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-22 20:38:55 +02:00
|
|
|
"redoc-build": "redocly build-docs dist/@typespec/openapi3/openapi.v2.yaml --output ../src/resources/static/openapi.html",
|
|
|
|
"tsp-format": "tsp format \"**/*.tsp\""
|
2024-06-16 00:59:34 +02:00
|
|
|
},
|
2024-06-07 14:37:47 +02:00
|
|
|
"dependencies": {
|
|
|
|
"@typespec/compiler": "latest",
|
2024-12-17 17:19:55 +00:00
|
|
|
"@typespec/openapi3": "^0.60.0"
|
2024-06-07 14:37:47 +02:00
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|