-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 882 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "hyperfleet",
"version": "0.1.0",
"type": "module",
"private": true,
"packageManager": "npm@11.6.2+sha512.ee22b335fcbc95662cdf3ab8a053daf045d9cf9c6df6040d28965abb707512b2c16fa6c5eec049d34c74f78f390cebd14f697919eadb97756564d4f9eccc4954",
"scripts": {
"build": "./build-schema.sh",
"build:core": "./build-schema.sh core",
"build:gcp": "./build-schema.sh gcp",
"build:core:swagger": "./build-schema.sh core --swagger",
"build:gcp:swagger": "./build-schema.sh gcp --swagger",
"build:all": "./build-schema.sh core --swagger && ./build-schema.sh gcp --swagger"
},
"devDependencies": {
"@typespec/compiler": "^1.6.0",
"@typespec/http": "^1.6.0",
"@typespec/openapi": "^1.6.0",
"@typespec/openapi3": "^1.6.0",
"@typespec/rest": "^0.76.0",
"@typespec/versioning": "^0.76.0",
"api-spec-converter": "^2.12.0"
}
}