{ "name": "piece-server", "version": "1.0.0", "description": "A server for managing remotely hosted aesthetic.computer pieces.", "main": "index.js", "type": "module", "scripts": { "start": "node index", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "digitpain", "license": "UNLICENSED", "dependencies": { "chokidar": "^3.5.3", "fastify": "^4.9.2", "got": "^12.5.2" } }