-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "nextcaptcha-ts",
"version": "1.0.4",
"description": "NextCaptcha Captcha Solving Service Api Wrapper for Typescript to solving recaptcha v2, v3,recapthcha moible,hcaptcha,funcaptcha",
"main": "dist/src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/your-username/nextcaptcha.git"
},
"license": "MIT",
"author": "nextcaptcha",
"bugs": {
"url": "https://github.com/nextcaptcha/nextcaptcha-typescript/issues"
},
"homepage": "https://github.com/nextcaptcha/nextcaptcha-typescript",
"types": "dist/src/index.d.ts",
"keywords": [
"nextcaptcha",
"api",
"bypass captcha",
"captcha solving service",
"captchasolver",
"recaptcha solver",
"recaptcha mobile solver",
"hcaptcha solver",
"funcaptcha solver"
],
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"test": "jest"
},
"files": [
"dist"
],
"dependencies": {
"axios": "^1.6.8"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "^16.11.45",
"dotenv": "^16.4.5",
"ts-jest": "^29.1.2",
"typescript": "^4.7.4"
}
}