{ "name": "@uci-utils/systemd", "version": "0.1.1", "description": "", "main": "index.js", "scripts": { "example": "node -r esm ./example || true", "dev": "./node_modules/.bin/nodemon -r esm ./example || true" }, "settings": "https://www.freedesktop.org/software/systemd/man/systemd.service.html", "docs": "https://www.digitalocean.com/community/tutorials/understanding-systemd-units-and-unit-files", "author": "", "license": "ISC", "dependencies": { "@iarna/toml": "^2.2.3", "xdg-parse": "0.0.2" }, "devDependencies": { "esm": "^3.2.6", "nodemon": "^1.18.10" } }