guichet-sdk-ts/package.json
2025-02-20 19:34:51 +01:00

22 lines
505 B
JSON

{
"name": "guichet-sdk-ts",
"version": "v0.1.0",
"description": "OpenAPI client for guichet-sdk-ts",
"author": "OpenAPI-Generator",
"repository": {
"type": "git",
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "@dxflrs/guichet-sdk-ts"
}
}