Extends omsorgCore with full CRUD for Facility/Contract/Order plus configurable value lists and an audit trail, and wires the omsorgapp frontend up to the new facilities, settings, and audit-log modules; includes a sidebar active-nav-item highlight. Co-Authored-By: Claude Sonnet 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": {
|
|
"build": "tsc && tsc -p tsconfig.esm.json",
|
|
"prepare": "npm run build",
|
|
"generate": "./generate.sh"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.0 || ^5.0"
|
|
}
|
|
}
|