17 lines
282 B
JSON
17 lines
282 B
JSON
{
|
|
"name": "new-folder-(3)",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"node-cron": "^3.0.2",
|
|
"node-mailer": "^0.1.1"
|
|
}
|
|
}
|