{ "name": "snibbets", "type": "module", "version": "1.0.0", "description": "", "scripts": { "start": "npm run clean && tsc && node build/launcher.js", "clean": "rm -rf build log.txt" }, "author": "", "license": "ISC", "dependencies": { "@helia/json": "^5.0.3", "@helia/strings": "^5.0.3", "helia": "^6.0.14", "typescript": "^5.9.3", "winston": "^3.19.0" } }