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.
super-hog/package.json

29 lines
717 B

1 year ago
{
"private": true,
"name": "runner",
"version": "0.1.0",
"scripts": {
"start": "node src/runner/index.js"
},
"type": "module",
"dependencies": {
"@directus/sdk": "^10.3.3",
"better-sqlite3": "^8.2.0",
"chalk": "^5.1.2",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"es6-interface": "^3.2.1",
"fast-xml-parser": "^4.1.3",
"got": "^12.5.2",
"js-yaml": "^4.1.0",
"lowdb": "^5.1.0",
"node-cron": "^3.0.2",
"node-html-parser": "^6.1.5",
"pino": "^8.7.0",
"pino-pretty": "^10.0.0",
"puppeteer": "^19.8.3",
"turndown": "^7.1.2",
"yargs": "^17.6.0"
}
}