✨(project) first proof of concept printing pdf from markdown
This is a boilerplate inspired from https://github.com/openfun/joanie
This commit is contained in:
25
src/tsclient/package.json
Normal file
25
src/tsclient/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user