@kronos-integration/service-http
Version:
85 lines (84 loc) • 2.73 kB
JSON
{
"name": "@kronos-integration/service-http",
"version": "13.0.41",
"publishConfig": {
"access": "public",
"provenance": true
},
"types": "./types/service-http.d.mts",
"exports": {
".": {
"default": "./src/service-http.mjs",
"types": "./types/service-http.d.mts"
}
},
"description": "http server",
"keywords": [
"http",
"jwt",
"kronos-service",
"websocket"
],
"contributors": [
{
"name": "Torsten Link",
"email": "torstenlink@gmx.de"
},
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"license": "BSD-2-Clause",
"scripts": {
"prepare": "node --run prepare:typescript",
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
"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 && node --run lint:typescript",
"lint:docs": "documentation lint ./src/**/*.mjs",
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
},
"dependencies": {
"@kronos-integration/endpoint": "^10.1.18",
"@kronos-integration/interceptor": "^12.2.2",
"@kronos-integration/service": "^13.2.37",
"bufferutil": "^4.0.9",
"jsonwebtoken": "^9.0.2",
"multi-path-matcher": "^4.1.6",
"pacc": "^4.39.3",
"utf-8-validate": "^6.0.5",
"ws": "^8.18.3"
},
"devDependencies": {
"@kronos-integration/test-interceptor": "^7.0.31",
"@types/node": "^24.6.1",
"ava": "^6.4.1",
"c8": "^10.1.3",
"documentation": "^14.0.3",
"got": "^14.4.9",
"network-address": "^1.1.2",
"semantic-release": "^24.2.9",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=22.17.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kronos-Integration/service-http.git"
},
"bugs": {
"url": "https://github.com/Kronos-Integration/service-http/issues"
},
"homepage": "https://github.com/Kronos-Integration/service-http#readme",
"template": {
"inheritFrom": [
"arlac77/template-arlac77-github",
"arlac77/template-kronos-component",
"arlac77/template-typescript"
]
}
}