UNPKG

@the-convocation/twitter-scraper

Version:

A port of n0madic/twitter-scraper to Node.js.

13 lines (12 loc) 259 B
{ "private": true, "packageManager": "yarn@1.22.19", "scripts": { "start:esm": "node src/index.mjs", "start:cjs": "node src/index.cjs" }, "dependencies": { "@the-convocation/twitter-scraper": "file:../../" }, "devDependencies": {} }