simplify_truths/spec/package.json
Martin Berg Alstad df58d7d122
All checks were successful
Build & test / build (push) Successful in 2m28s
Updated workflow
2024-12-17 17:19:55 +00: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.60.0"
},
"private": true
}