{ "name": "picrew_gravatar", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "dev": "npm run build && npm run start", "build": "rm -rf out && tsc", "start": "node out" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.14.2", "typescript": "^5.4.5" }, "dependencies": { "axios": "^1.7.2", "isolated-vm": "^5.0.0" } }