br2_exec / package.json
zhou12189108's picture
Upload 2 files
ae99c61 verified
raw
history blame
446 Bytes
{
"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
}