egg-captcha
Version:
captcha plugin for egg, based on c++ lib ccap
61 lines (60 loc) • 1.37 kB
JSON
{
"name": "egg-captcha",
"version": "1.2.2",
"description": "captcha plugin for egg, based on c++ lib ccap",
"eggPlugin": {
"name": "captcha"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"ccap",
"captcha"
],
"dependencies": {
"ccap": "^0.6.10"
},
"devDependencies": {
"@types/egg-mock": "^3.0.4",
"autod": "^3.1.0",
"autod-egg": "^1.1.0",
"egg": "^2.23.0",
"egg-bin": "^4.13.2",
"egg-ci": "^1.13.0",
"egg-mock": "^3.24.1",
"eslint": "^6.5.0",
"eslint-config-egg": "^7.5.1",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod"
},
"files": [
"app",
"config",
"app.js"
],
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Raoul1996/egg-captcha.git"
},
"bugs": {
"url": "https://github.com/Raoul1996/egg-captcha/issues"
},
"homepage": "https://github.com/Raoul1996/egg-captcha#readme",
"author": "Raoul1996 <baobaozhou199606@gmail.com>",
"license": "MIT"
}