Skip to content

Commit 3be36d5

Browse files
Update package.json
1 parent 0338498 commit 3be36d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solvecaptcha-javascript",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "Node.js wrapper for SolveCaptcha.com API. Bypass recaptcha, hcaptcha, cloudflare capthca and more.",
55
"main": "dist/index.js",
66
"repository": {
@@ -35,8 +35,6 @@
3535
"solve captcha",
3636
"Amazon WAF",
3737
"Capy Puzzle",
38-
"行为验证4.0",
39-
"行为验证",
4038
"DataDome CAPTCHA",
4139
"CyberSiARA",
4240
"MTCaptcha",
@@ -53,6 +51,7 @@
5351
],
5452
"scripts": {
5553
"build": "tsc && node ./dist/index.js",
54+
"compile": "tsc",
5655
"jsdoc": "jsdoc",
5756
"docgen": "tsc && yarn jsdoc ./dist -R \"./readme.md\" -P \"./package.json\" -t \"./node_modules/jaguarjs-jsdoc\" -d \"./docs\" -r",
5857
"example": "tsc && node ./tests/mtCaptcha.js"

0 commit comments

Comments
 (0)