
Optimized use statements in main. Simplified truth_combinations code a little. Updated OpenAPI spec
17 lines
458 B
JSON
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
|
|
}
|