express-recaptcha
Version:
Google recaptcha middleware for express
55 lines (54 loc) • 1.58 kB
JSON
{
"name": "express-recaptcha",
"version": "5.1.0",
"description": "Google recaptcha middleware for express",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"scripts": {
"test:watch": "mocha --watch --require ts-node/register test/**/*.spec.ts",
"test": "mocha --require ts-node/register test/**/*.spec.ts",
"clean": "rm -rf ./dist",
"build": "tsc --project src",
"build:dev": "npm run clean && npm run build",
"build:prod": "npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/pdupavillon/express-recaptcha.git"
},
"keywords": [
"express",
"javascript",
"nodejs",
"recaptcha",
"google",
"captcha",
"jade"
],
"author": "Paul du Pavillon",
"license": "MIT",
"bugs": {
"url": "https://github.com/pdupavillon/express-recaptcha/issues"
},
"homepage": "https://github.com/pdupavillon/express-recaptcha",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/express": "^4.16.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.0",
"@types/sinon": "^5.0.5",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"consolidate": "^0.16.0",
"ejs": "^3.1.6",
"express": "^4.16.4",
"mocha": "^9.1.3",
"pug": "^3.0.1",
"sinon": "^7.1.0",
"ts-node": "^7.0.1",
"typescript": "^3.1.3"
},
"engines": {
"node": ">= 6"
}
}