-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.42 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "node-capmonster",
"version": "0.4.5",
"description": "Capmonster.cloud module for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"pretty": "prettier --write ./",
"lint": "eslint ./src",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/alperensert/node-capmonster"
},
"author": {
"email": "[email protected]",
"name": "Alperen Sert",
"url": "https://alperen.io"
},
"bugs": {
"url": "https://github.com/alperensert/node-capmonster/issues",
"email": "[email protected]"
},
"keywords": [
"capmonster",
"recaptcha v2 solver",
"recaptcha v2 enterprise solver",
"funcaptcha",
"hcaptcha",
"image-to-text",
"geetest",
"capmonster.cloud"
],
"dependencies": {
"axios": "^1.3.3"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"dotenv": "^16.0.3",
"eslint": "^8.34.0",
"jest": "^29.4.3",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}