fns-receipt-service/package.json
romantarkin 9fc99b81d4 fix
2026-05-30 22:19:28 +05:00

23 lines
432 B
JSON

{
"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"
}
}