UNPKG

acp-node

Version:

Official [anticaptcha.pro](https://anticaptcha.pro) captcha solver SDK for nodejs

47 lines 877 B
{ "name": "acp-node", "version": "1.0.1", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "repository": { "url": "https://github.com/aow3xm/acp-node" }, "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup" }, "keywords": [ "capsolver", "2captcha", "captcha solver", "anticaptcha" ], "author": "aow3xm", "license": "ISC", "description": "", "devDependencies": { "@types/node": "^22.15.17", "tsup": "^8.4.0", "tsx": "^4.19.4", "typescript": "^5.8.3" }, "dependencies": { "axios": "^1.9.0" } }