2024-01-09 15:30:36 +01:00
|
|
|
{
|
2024-07-01 19:03:52 +02:00
|
|
|
"name": "meet-openapi-client-ts",
|
2024-07-22 15:52:22 +02:00
|
|
|
"version": "0.1.1",
|
2024-01-09 15:30:36 +01:00
|
|
|
"private": true,
|
2024-07-01 19:03:52 +02:00
|
|
|
"description": "Tool to generate Typescript API client for the Meet application.",
|
2024-01-09 15:30:36 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"generate:api:client:local": "./scripts/openapi-typescript-codegen/generate_api_client_local.sh $1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2024-07-01 19:03:52 +02:00
|
|
|
"url": "git+https://github.com/numerique-gouv/meet.git"
|
2024-01-09 15:30:36 +01:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "DINUM",
|
|
|
|
|
"email": "dev@mail.numerique.gouv.fr"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
2024-07-01 19:03:52 +02:00
|
|
|
"url": "https://github.com/numerique-gouv/meet/issues"
|
2024-01-09 15:30:36 +01:00
|
|
|
},
|
2024-07-01 19:03:52 +02:00
|
|
|
"homepage": "https://github.com/numerique-gouv/meet#readme",
|
2024-01-09 15:30:36 +01:00
|
|
|
"devDependencies": {
|
|
|
|
|
"openapi-typescript-codegen": "0.29.0"
|
|
|
|
|
}
|
|
|
|
|
}
|