{ "name": "@push.rocks/smartdaemon", "version": "2.0.6", "private": false, "description": "Start scripts as long running daemons and manage them.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.66", "@git.zone/tsrun": "^1.2.44", "@git.zone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.23", "@types/node": "^20.12.7" }, "dependencies": { "@push.rocks/lik": "^6.0.15", "@push.rocks/smartfile": "^11.0.14", "@push.rocks/smartfm": "^2.0.4", "@push.rocks/smartlog": "^3.0.3", "@push.rocks/smartlog-destination-local": "^9.0.1", "@push.rocks/smartpath": "^5.0.14", "@push.rocks/smartshell": "^3.0.5", "@push.rocks/smartsystem": "^3.0.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "keywords": [ "daemon", "service management", "Linux systemd", "process management", "Node.js", "system administration", "background services" ], "homepage": "https://code.foss.global/push.rocks/smartdaemon", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartdaemon.git" } }