@eternaljs/captcha
Version:
This npm package generates secure and customizable CAPTCHA images for web applications, preventing automated abuse with ease.
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "@eternaljs/captcha",
"version": "0.1.0",
"description": "This npm package generates secure and customizable CAPTCHA images for web applications, preventing automated abuse with ease.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "nodemon --exec ts-node src/index.ts",
"build": "tsc",
"publish": "npm publish --access public"
},
"keywords": [
"captcha",
"security",
"verification",
"image generation",
"anti-bot",
"human verification",
"web security",
"node.js",
"bot prevention",
"accessibility",
"spam prevention",
"image manipulation",
"challenge-response",
"web development",
"authentication"
],
"homepage": "https://github.com/eternals-cloud/captcha#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/eternals-cloud/captcha.git"
},
"bugs": {
"url": "https://github.com/eternals-cloud/captcha/issues"
},
"author": "Chandra Sekhar",
"license": "MIT",
"dependencies": {
"canvas": "2.11.2"
},
"devDependencies": {
"@types/node": "20.11.30",
"nodemon": "3.1.0",
"ts-node": "10.9.1",
"typescript": "5.4.3"
}
}