You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
488 B

{
"name": "runner",
"version": "0.1.0",
"scripts": {
"start": "node index.js"
},
"type": "module",
"dependencies": {
"date-format-parse": "^0.2.7",
"dotenv": "^10.0.0",
"es6-interface": "^3.2.1",
"fast-xml-parser": "^4.0.1",
"got": "^12.0.1",
"isomorphic-dompurify": "^0.16.0",
"node-cron": "^3.0.0",
"pouchdb": "^7.2.2",
"pouchdb-find": "^7.2.2",
"slugify": "^1.6.5"
}
}