19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "skl-auto-payslip",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": "bin/skl-auto-payslip.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"base64url": "^3.0.1",
|
|
"googleapis": "^39.2.0",
|
|
"nodemailer": "^6.1.1",
|
|
"r2": "^2.0.1"
|
|
}
|
|
}
|