captcha-canvas
Version:
A captcha generator by using canvas module.
46 lines (45 loc) • 1.28 kB
JSON
{
"name": "captcha-canvas",
"version": "2.4.1",
"description": "A captcha generator by using canvas module.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"docsgen": "typedoc --entryPointStrategy expand --out docs src",
"example": "npm run build && node examples/example.js",
"start": "node index.js",
"test": "node test.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shashank3736/captcha-canvas.git"
},
"keywords": [
"captcha",
"canvas",
"image",
"generator",
"wick"
],
"author": "Shashank3736",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Shashank3736/captcha-canvas/issues"
},
"homepage": "https://github.com/Shashank3736/captcha-canvas#readme",
"dependencies": {
"canvas": "^2.7.0"
},
"devDependencies": {
"@types/node": "^18.19.120",
"eslint": "^7.27.0",
"typedoc": "^0.25.13",
"typescript": "^4.9.4"
},
"directories": {
"doc": "docs",
"example": "examples"
},
"types": "./dist/index.d.ts"
}