26 lines
496 B
JSON
26 lines
496 B
JSON
{
|
|
"name": "draw-captcha",
|
|
"version": "0.0.1",
|
|
"description": "Draw a captcha",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fullgream.tech/fullgream/draw-captcha.git"
|
|
},
|
|
"keywords": [
|
|
"captcha",
|
|
"GraphicsMagick",
|
|
"image",
|
|
"express"
|
|
],
|
|
"author": "FullGreaM",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.21.2",
|
|
"gm": "^1.25.0"
|
|
}
|
|
}
|