guichet-sdk-ts/package.json
2025-02-22 21:24:42 +01:00

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