Monorepo for Aesthetic.Computer aesthetic.computer
at main 27 lines 1.3 kB view raw
1{ 2 "name": "aesthetic-computer-micro", 3 "version": "1.0.0", 4 "description": "A portable Fedora based environment for running and hacking on aesthetic-computer.", 5 "type": "module", 6 "scripts": { 7 "code": "bash ./code.sh", 8 "reset": "bash ./reset.sh", 9 "boot": "bash ./boot.sh", 10 "reset-and-boot": "npm run reset; npm run boot", 11 "emacs": "bash ./emacs.sh", 12 "build": "cp ../dotfiles/dot_config/emacs.el machine/emacs.el; mkdir -p machine/.emacs.d; docker build -t aesthetic-micro machine", 13 "fish": "docker exec -it aesthetic-container //usr/bin/fish", 14 "shell": "docker exec -it aesthetic-container //usr/bin/fish -c 'ac-url; and /usr/bin/fish -i'", 15 "redis": "docker exec -it aesthetic-container //usr/bin/fish -c 'redis-server'", 16 "site": "docker exec -it aesthetic-container //usr/bin/fish -c 'ac-site'", 17 "session": "docker exec -it aesthetic-container //usr/bin/fish -c 'ac-session'", 18 "stripe-print": "docker exec -it aesthetic-container //usr/bin/fish -c 'ac-stripe-print'", 19 "stripe-ticket": "docker exec -it aesthetic-container //usr/bin/fish -c 'ac-stripe-ticket'", 20 "watch": "cd machine; node watch.mjs" 21 }, 22 "author": "Jeffrey Alan Scudder", 23 "devDependencies": { 24 "chokidar": "^3.6.0", 25 "open": "^10.1.0" 26 } 27}