19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"name": "guichet-sdk-ts",
|
|
"version": "0.1.0",
|
|
"description": "OpenAPI client for guichet-sdk-ts",
|
|
"author": "OpenAPI-Generator",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.deuxfleurs.fr/deuxfleurs/guichet-sdk-ts.git"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepare": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.0 || ^5.0"
|
|
}
|
|
}
|