{ "name": "checks", "version": "1.0.0", "description": "Checks for the self-employed", "license": "ISC", "author": "Ga1maz", "type": "module", "main": "server.js", "engines": { "node": ">=22" }, "scripts": { "build": "npm install", "start": "node server.js" }, "dependencies": { "dotenv": "^17.2.3", "express": "^5.2.1", "lknpd-nalog-api": "^1.0.1", "nodemailer": "^7.0.13", "redis": "^6.0.0" } }