simplify_truths/spec/package.json
Martin Berg Alstad 1b94e63915 Removed unused feature.
Optimized use statements in main.

Simplified truth_combinations code a little.

Updated OpenAPI spec
2024-06-23 19:20:30 +02:00

17 lines
458 B
JSON

{
"name": "main",
"version": "0.1.0",
"type": "module",
"author": "Martin Berg Alstad",
"scripts": {
"tsp-compile": "tsp compile . --output-dir dist",
"redoc-build": "redocly build-docs dist/@typespec/openapi3/openapi.v2.yaml --output ../src/resources/static/openapi.html",
"tsp-format": "tsp format \"**/*.tsp\""
},
"dependencies": {
"@typespec/compiler": "latest",
"@typespec/openapi3": "^0.57.0"
},
"private": true
}