fns-receipt-service/package.json
2026-02-01 02:34:25 +05:00

19 lines
421 B
JSON

{
"name": "checks",
"version": "1.0.0",
"description": "Checks for the self-employed",
"license": "ISC",
"author": "Ga1maz",
"type": "module",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^2.2.2",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"lknpd-nalog-api": "^1.0.1",
"nodemailer": "^7.0.13"
}
}