{ "name": "scout", "type": "module", "version": "3.3.0", "description": "vtuber data acquisition", "main": "src/index.email.js", "scripts": { "test": "mocha", "start": "node ./src/index.email.js", "start:browser": "node ./src/index.browser.js" }, "keywords": [], "author": "@CJ_Clippy", "license": "Unlicense", "dependencies": { "@aws-sdk/client-s3": "^3.583.0", "@aws-sdk/lib-storage": "^3.588.0", "@aws-sdk/s3-request-presigner": "^3.588.0", "@book000/twitterts": "^0.62.50", "@paralleldrive/cuid2": "^2.2.2", "cheerio": "1.0.0-rc.12", "concurrently": "^8.2.2", "date-fns": "^3.6.0", "dotenv": "^16.4.5", "fastq": "^1.17.1", "faye": "^1.4.0", "htmlparser2": "^9.1.0", "imapflow": "^1.0.160", "limiter": "2.0.1", "mailparser": "^3.7.1", "node-vibrant": "3.2.1-alpha.1", "p-retry": "^5.1.2", "pg-pubsub": "workspace:*", "qs": "^6.12.1", "sharp": "^0.33.4", "slugify": "^1.6.6", "xpath": "^0.0.34" }, "packageManager": "pnpm@9.1.3", "devDependencies": { "chai": "^5.1.0", "mocha": "^10.4.0" }, "engines": { "node": "^20" } }