Monorepo for Aesthetic.Computer
aesthetic.computer
1{
2 "name": "daemon",
3 "version": "1.0.0",
4 "description": "A daemon that runs on the Aesthetic Computer platform host machine to support native functions and platform development.",
5 "main": "daemon.js",
6 "type": "module",
7 "scripts": {
8 "install-daemon": "fish install-daemon.fish",
9 "monitor": "journalctl --user -u aesthetic-daemon.service -f"
10 },
11 "author": "Jeffrey Alan Scudder"
12}