-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "rucaptcha-client",
"version": "2.0.6",
"description": "node.js client for https://rucaptcha.com and https://2captcha.com",
"main": "dest/index.js",
"repository": "https://github.com/ivan-podgornov/rucaptcha-client",
"author": "ivan-podgornov",
"license": "MIT",
"scripts": {
"test": "mocha",
"prepublishOnly": "npm run compile",
"compile": "tsc --declaration --esModuleInterop"
},
"pre-commit": "test",
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.5",
"@types/node-fetch": "^2.5.1",
"dotenv": "^8.1.0",
"finalhandler": "^1.1.2",
"mocha": "^6.2.0",
"pre-commit": "^1.2.2",
"serve-static": "^1.14.1",
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
},
"keywords": [
"2captcha",
"rucaptcha",
"captcha",
"solve",
"капча",
"решить"
]
}