Skip to content

Instantly share code, notes, and snippets.

@marttp
Created July 28, 2019 06:41
Show Gist options
  • Save marttp/c936cc5cf93a4fb1b70a480735ae6c4e to your computer and use it in GitHub Desktop.
Save marttp/c936cc5cf93a4fb1b70a480735ae6c4e to your computer and use it in GitHub Desktop.
{
"name": "node-cron-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"node-cron": "^2.0.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment