mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
Added: - 🤡(demo) generate dummy documents on dev users - ✨(frontend) create side modal component - ✨(frontend) Doc grid actions (update / delete) - ✨(frontend) Doc editor header information Changed: - ♻️(frontend) replace docs panel with docs grid - ♻️(frontend) create a doc from a modal - ♻️(frontend) manage members from the share modal
25 lines
718 B
JSON
25 lines
718 B
JSON
{
|
|
"name": "impress-openapi-client-ts",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"description": "Tool to generate Typescript API client for the impress application.",
|
|
"scripts": {
|
|
"generate:api:client:local": "./scripts/openapi-typescript-codegen/generate_api_client_local.sh $1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/numerique-gouv/impress.git"
|
|
},
|
|
"author": {
|
|
"name": "DINUM",
|
|
"email": "dev@mail.numerique.gouv.fr"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/numerique-gouv/impress/issues"
|
|
},
|
|
"homepage": "https://github.com/numerique-gouv/impress#readme",
|
|
"devDependencies": {
|
|
"openapi-typescript-codegen": "0.29.0"
|
|
}
|
|
}
|