16 lines
380 B
JSON
16 lines
380 B
JSON
|
|
{
|
|
"name": "frontend-app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"generate-client": "openapi --input http://localhost:4200/v2/openapi.json --output ./src/client/Gisaf/openapi --client angular"
|
|
},
|
|
"author": "",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"openapi-typescript-codegen": "^0.20.1",
|
|
"typescript": "^4.6.2"
|
|
}
|
|
}
|