You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
473 B
JSON
23 lines
473 B
JSON
{
|
|
"name": "batdl",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Edward Peterson",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.1",
|
|
"clew-logger": "^1.0.8",
|
|
"cron": "^2.2.0",
|
|
"express": "^4.18.2",
|
|
"glob": "^8.0.3",
|
|
"lodash": "^4.17.21",
|
|
"puppeteer": "^19.2.0",
|
|
"superagent": "^8.0.3",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|