Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "captcha-ge", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "src/index.js", | ||
"type": "module", | ||
"bin": { | ||
"generate-captcha": "./src/cli.js" | ||
}, | ||
"bin": "./src/cli.js", | ||
"scripts": { | ||
"start": "node src/index.js" | ||
"start": "node src/index.js", | ||
"babel": "npx babel src --out-dir lib" | ||
}, | ||
@@ -23,3 +22,3 @@ "dependencies": { | ||
"type": "git", | ||
"url": "git+https://github.com/rn0x/captcha_generator.git" | ||
"url": "git+https://github.com/rn0x/captcha-ge.git" | ||
}, | ||
@@ -26,0 +25,0 @@ "keywords": [ |
<div align="center"> | ||
<img align="center" src = "https://komarev.com/ghpvc/?username=rn0x-captcha_generator&label=REPOSITORY+VIEWS&style=for-the-badge" alt ="Captcha-Generator"> <br><br> | ||
<img align="center" src = "https://komarev.com/ghpvc/?username=rn0x-captcha-ge&label=REPOSITORY+VIEWS&style=for-the-badge" alt ="Captcha-Generator"> <br><br> | ||
@@ -10,7 +10,7 @@ | ||
Captcha-Generator is a Node.js library for generating CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) images. It provides both a JavaScript API and a Command-Line Interface (CLI) for easy integration into web applications. | ||
captcha-ge is a Node.js library for generating CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) images. It provides both a JavaScript API and a Command-Line Interface (CLI) for easy integration into web applications. | ||
## Installation | ||
To use Captcha-Generator in your Node.js project, follow these steps: | ||
To use captcha-ge in your Node.js project, follow these steps: | ||
@@ -17,0 +17,0 @@ 1. **Install Node.js:** |
3719736