40 lines
944 B
JSON
40 lines
944 B
JSON
|
{
|
||
|
"name": "@futureporn/scout",
|
||
|
"type": "module",
|
||
|
"version": "3.3.0",
|
||
|
"description": "detect when a stream goes live",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha",
|
||
|
"start": "node ./src/index.email.js",
|
||
|
"start:browser": "node ./src/index.browser.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "@CJ_Clippy",
|
||
|
"license": "Unlicense",
|
||
|
"dependencies": {
|
||
|
"pg-pubsub": "workspace:*",
|
||
|
"cheerio": "1.0.0-rc.12",
|
||
|
"concurrently": "^8.2.2",
|
||
|
"dotenv": "^16.4.5",
|
||
|
"fastq": "^1.17.1",
|
||
|
"faye": "^1.4.0",
|
||
|
"imapflow": "^1.0.160",
|
||
|
"limiter": "2.0.1",
|
||
|
"mailparser": "^3.7.1",
|
||
|
"puppeteer": "^22.7.1",
|
||
|
"puppeteer-extra": "^3.3.6",
|
||
|
"puppeteer-extra-plugin-repl": "^2.3.3",
|
||
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
||
|
"xpath": "^0.0.34"
|
||
|
},
|
||
|
"packageManager": "pnpm@9.1.2",
|
||
|
"devDependencies": {
|
||
|
"chai": "^5.1.0",
|
||
|
"mocha": "^10.4.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "^20"
|
||
|
}
|
||
|
}
|