Spaces:
Runtime error
Runtime error
| { | |
| "name": "moe-counter", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "journey-ad", | |
| "license": "MIT", | |
| "dependencies": { | |
| "better-sqlite3": "^8.2.0", | |
| "compression": "^1.7.4", | |
| "dotenv": "^16.4.5", | |
| "express": "^4.18.2", | |
| "image-size": "^0.8.3", | |
| "mime-types": "^2.1.27", | |
| "mongoose": "^5.9.28", | |
| "pug": "^3.0.0", | |
| "zod": "^3.23.8" | |
| } | |
| } | |