-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@redlink/tm-openapi-client-typescript",
"version": "1.3.0",
"description": "Generated OpenAPI Client for Tailored Media Project's Document Store",
"scripts": {
"generate": "openapi-generator-cli generate -i ./node_modules/@redlink/tm-annotation-store-api/api/resource/spec-$OPENAPIVERSION.yaml -g typescript-axios -o ./ --additional-properties=supportsES6=true,withInterfaces=true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TailoredMediaProject/tm-openapi-client-typescript.git"
},
"keywords": [
"OpenAPI",
"generator",
"frontend-client",
"typescript"
],
"author": "[email protected]",
"contributors": [
],
"license": "MIT",
"bugs": {
"url": "https://github.com/TailoredMediaProject/tm-openapi-client-typescript/issues"
},
"homepage": "https://github.com/TailoredMediaProject/tm-openapi-client-typescript#readme",
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.2.8",
"@redlink/tm-annotation-store-api": "^2.0.5"
},
"engines": {
"node": ">= 12.0.0"
}
}