{ "name": "autoreport", "version": "0.0.0", "description": "Automatic crash reporter", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "ssh://git@git.jetbrains.space/cuties/AUTOREPORT/autoreport.git" }, "author": "Equestria.dev", "license": "MIT", "dependencies": { "@types/node": "^18.11.3", "axios": "^1.1.3", "ejs": "^3.1.8", "express": "^4.18.2", "typescript": "^4.8.4", "uuid-v4": "^0.1.0", "yaml": "^2.1.3" } }