UNPKG

@kronos-integration/service-systemd

Version:
80 lines (79 loc) 2.01 kB
{ "name": "@kronos-integration/service-systemd", "version": "3.0.3", "publishConfig": { "access": "public", "provenance": false }, "exports": { ".": "./src/service.mjs" }, "description": "kronos systemd integration", "keywords": [ "journal", "kronos-service", "notify", "systemd" ], "contributors": [ { "name": "Markus Felten", "email": "markus.felten@gmx.de" } ], "license": "BSD-2-Clause", "scripts": { "test": "node --run test:ava", "test:ava": "ava -s --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava -s --timeout 2m 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", "build": "cmake-js compile" }, "dependencies": { "@kronos-integration/service": "^13.2.7", "config-expander": "^14.0.9" }, "devDependencies": { "ava": "^6.4.1", "c8": "^10.1.2", "cmake-js": "^7.3.1", "documentation": "^14.0.3", "execa": "^9.6.0", "node-addon-api": "^8.5.0", "semantic-release": "^24.2.7" }, "engines": { "node": ">=22.18.0" }, "os": [ "linux" ], "repository": { "type": "git", "url": "git+https://github.com/Kronos-Integration/service-systemd.git" }, "bugs": { "url": "https://github.com/Kronos-Integration/service-systemd/issues" }, "homepage": "https://github.com/Kronos-Integration/service-systemd#readme", "native": "${dirname}/${basename}-${os}-${arch}.node", "template": { "properties": { "ava": { "options": "-s --timeout 2m" } }, "inheritFrom": [ "arlac77/template-arlac77-github", "arlac77/template-cmake", "arlac77/template-kronos-component" ] }, "binary": { "napi_versions": [ 9 ] } }