File size: 446 Bytes
ae99c61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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
}