Monorepo for Aesthetic.Computer
aesthetic.computer
1{
2 "name": "aesthetic-micro",
3 "version": "1.0.0",
4 "description": "Dependencies for the aesthetic-micro system.",
5 "type": "module",
6 "scripts": {
7 "start": "node backend.mjs",
8 "compile": "wat2wasm processor.wat -o public/processor.wasm"
9 },
10 "author": "Jeffrey Alan Scudder",
11 "dependencies": {
12 "@fastify/static": "^6.12.0",
13 "chokidar": "^3.5.3",
14 "fastify": "^4.25.2",
15 "ws": "^8.16.0"
16 }
17}