{ "name": "@mcaptcha/mcaptcha-api-js", "version": "1.0.0", "author": "Aravinth Manivannan ", "description": "Library to interact with mCaptcha API", "license": "(MIT OR Apache-2.0)", "keywords": ["mCaptcha", "CAPTCHA", "proof of work"], "homepage": "https://mcaptcha.org", "main": "src/index.js", "files": ["src"], "bugs": { "url": "https://git.batsense.net/mCaptcha/mcaptcha-api-js/issues", "email": "realaravinth@batsense.net" }, "funding": [ { "type": "individual", "url": "http://mcaptcha.org/donate" }, { "type": "liberapay", "url": "https://liberapay.com/mcaptcha" }, { "type": "individual", "url": "http://batsense.net/donate" }, { "type": "liberapay", "url": "https://liberapay.com/realaravinth" } ], "repository": { "type": "git", "url": "https://git.batsense.net/mCaptcha/mcaptcha-api-js" }, "scripts": { "test": "mocha src/index.test.js" }, "devDependencies": { "dotenv": "^16.3.1", "mocha": "^10.2.0", "request": "^2.88.2" } }