aboutsummaryrefslogtreecommitdiffhomepage
path: root/typespec/package.json
blob: 1717f8e3ded953dcd0b1ea0ad68686bbac3f0e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "albatross-typespec",
  "private": true,
  "scripts": {
    "build": "tsp compile api-server/ && tsp compile fortee/ && npm run copy-output",
    "copy-output": "cp api-server/tsp-output/@typespec/openapi3/openapi.yaml ../openapi/api-server.yaml && cp fortee/tsp-output/@typespec/openapi3/openapi.yaml ../openapi/fortee.yaml"
  },
  "dependencies": {
    "@typespec/compiler": "^1.9.0",
    "@typespec/http": "^1.9.0",
    "@typespec/openapi3": "^1.9.0"
  }
}