{ "name": "hcaptcha-solver", "version": "1.0.0", "description": "proof solver", "main": "api.js", "scripts": { "start": "node api.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Anti Bot", "license": "GPL-3.0", "dependencies": { "axios": "^0.21.1", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "jsdom": "^16.5.1", "vm": "^0.1.0" }, "private": true }