| 1234567891011121314151617181920 |
- {
- "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",
- "fs": "^0.0.1-security",
- "helia": "^6.0.14",
- "typescript": "^5.9.3",
- "winston": "^3.19.0"
- }
- }
|