26 lines
713 B
JSON
26 lines
713 B
JSON
{
|
|
"name": "people-openapi-client-ts",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"description": "Tool to generate Typescript API client for the People application.",
|
|
"scripts": {
|
|
"generate:api:client:local": "./scripts/openapi-typescript-codegen/generate_api_client_local.sh $1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/suitenumerique/people.git"
|
|
},
|
|
"author": {
|
|
"name": "DINUM",
|
|
"email": "dev@mail.numerique.gouv.fr"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/suitenumerique/people/issues"
|
|
},
|
|
"homepage": "https://github.com/suitenumerique/people#readme",
|
|
"devDependencies": {
|
|
"openapi-typescript-codegen": "0.29.0"
|
|
}
|
|
}
|