12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"scripts": {
|
|
"crawl-search": "node .\\search-rooms.js",
|
|
"sort-logs": "node .\\sort-logs.js"
|
|
},
|
|
"dependencies": {
|
|
"html-to-text": "^9.0.5",
|
|
"node-html-parser": "^7.1.0",
|
|
"puppeteer": "^24.22.3"
|
|
}
|
|
}
|