This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
people/src/tsclient/package.json
Marie PUPO JEAMMET 3de495a489 🚚(github) update all mentions to github repo
github repo moved from numerique-gouv to suitenumerique org
2025-02-07 14:26:27 +01:00

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"
}
}