{ "name": "@pushrocks/smartdaemon", "version": "1.0.20", "private": false, "description": "start scripts as long running daemons and manage them", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.13", "@types/node": "^10.11.7", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/lik": "^3.0.11", "@pushrocks/smartfile": "^7.0.4", "@pushrocks/smartfm": "^2.0.4", "@pushrocks/smartlog": "^2.0.19", "@pushrocks/smartlog-destination-local": "^8.0.2", "@pushrocks/smartshell": "^2.0.25", "@pushrocks/smartsystem": "^2.0.8" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }