Monorepo for Aesthetic.Computer aesthetic.computer
at main 18 lines 450 B view raw
1{ 2 "name": "piece-server", 3 "version": "1.0.0", 4 "description": "A server for managing remotely hosted aesthetic.computer pieces.", 5 "main": "index.js", 6 "type": "module", 7 "scripts": { 8 "start": "node index", 9 "test": "echo \"Error: no test specified\" && exit 1" 10 }, 11 "author": "digitpain", 12 "license": "UNLICENSED", 13 "dependencies": { 14 "chokidar": "^3.5.3", 15 "fastify": "^4.9.2", 16 "got": "^12.5.2" 17 } 18}