UNPKG

@kronos-integration/service-uti

Version:
65 lines (64 loc) 1.86 kB
{ "name": "@kronos-integration/service-uti", "version": "2.0.227", "publishConfig": { "access": "public", "provenance": true }, "exports": { ".": "./src/service-uti.mjs" }, "description": "uti provider service", "keywords": [ "UTI", "kronos-service" ], "contributors": [ { "name": "Torsten Link", "email": "torstenlink@gmx.de" }, { "name": "Markus Felten", "email": "markus.felten@gmx.de" } ], "license": "BSD-2-Clause", "scripts": { "test": "node --run test:ava", "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme --section=API ./src/**/*.mjs", "lint": "node --run lint:docs", "lint:docs": "documentation lint ./src/**/*.mjs" }, "dependencies": { "@kronos-integration/endpoint": "^11.0.5", "@kronos-integration/service": "^15.1.1", "uti": "^8.10.3" }, "devDependencies": { "ava": "^6.1.3", "c8": "^10.1.2", "documentation": "^14.0.3", "semantic-release": "^25.0.2" }, "engines": { "node": ">=22.11.0" }, "repository": { "type": "git", "url": "git+https://github.com/Kronos-Integration/service-uti.git" }, "bugs": { "url": "https://github.com/Kronos-Integration/service-uti/issues" }, "homepage": "https://github.com/Kronos-Integration/service-uti#readme", "template": { "inheritFrom": [ "arlac77/template-arlac77-github", "arlac77/template-kronos-component" ] }, "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45" }