recaptcha-lib
Version:
Google reCaptcha backend and frontend integration library
32 lines (31 loc) • 710 B
JSON
{
"name": "recaptcha-lib",
"version": "1.0.19",
"description": "Google reCaptcha backend and frontend integration library",
"main": "server/web.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"Google",
"reCaptcha",
"library"
],
"author": "CAKE",
"license": "",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"eslint": "8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"peerDependencies": {
"axios": "^1.2.1"
}
}