{ "name": "captcha_agregator", "version": "1.0.0", "description": "Site for aggregating captchas and give them to users to solve", "repository": { "type": "git", "url": "https://git.foxarmy.org/leca/captcha_agregator" }, "license": "GPL-3.0-or-later", "author": "leca", "type": "module", "main": "src/index.js", "scripts": { "start": "node src/index.js" }, "dependencies": { "dotenv": "^16.5.0", "express": "^5.1.0", "pg": "^8.15.5", "pug": "^3.0.3" }, "devDependencies": { "nodemon": "^3.1.10" } }