- omsorgcore-client-ts: now includes firstName/lastName in MeResponse - omsorgcore-client-php: now includes firstName/lastName in MeResponse - Restore package.json generate script that was overwritten by openapi-generator Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
23 lines
567 B
JSON
23 lines
567 B
JSON
{
|
|
"name": "omsorgcore-client-ts",
|
|
"version": "1.0",
|
|
"description": "OpenAPI client for omsorgcore-client-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",
|
|
"module": "./dist/esm/index.js",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"generate": "./generate.sh",
|
|
"build": "tsc && tsc -p tsconfig.esm.json",
|
|
"prepare": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.0 || ^5.0"
|
|
}
|
|
}
|