{ "name": "publish-openapi-client-ts", "version": "1.1.0", "private": true, "description": "Tool to generate Typescript API client for the publish 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/publish.git" }, "author": { "name": "DINUM", "email": "dev@mail.numerique.gouv.fr" }, "license": "MIT", "bugs": { "url": "https://github.com/numerique-gouv/publish/issues" }, "homepage": "https://github.com/numerique-gouv/publish#readme", "devDependencies": { "openapi-typescript-codegen": "0.25.0" } }