mirror of
1
2
Fork 0
ucaptcha/server/package.json

35 lines
753 B
JSON

{
"name": "ucaptcha-server",
"version": "1.0.0",
"description": "Server for uCaptcha",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Captcha",
"Bots",
"Antispam"
],
"author": "Devshh",
"license": "GPL-3.0-or-later",
"dependencies": {
"cookie-parser": "^1.4.4",
"cron": "^1.8.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jimp": "^0.9.5",
"redis": "^3.0.2",
"request": "^2.88.2"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/cron": "^1.7.2",
"@types/express": "^4.17.3",
"@types/node": "^13.9.1",
"@types/request": "^2.48.4",
"nodemon": "^2.0.2",
"typescript": "^3.8.3"
}
}