UNPKG

linktree-scraper

Version:
34 lines (33 loc) 794 B
{ "name": "linktree-scraper", "version": "0.3.0", "description": "Scrape linktree profile data", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "dev": "tsc -w", "build": "tsc", "test": "npx ts-node test/test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/benkaiser/linktree-scraper.git" }, "keywords": [ "linktree", "scraper" ], "author": "Benjamin Kaiser", "license": "MIT", "bugs": { "url": "https://github.com/benkaiser/linktree-scraper/issues" }, "homepage": "https://github.com/benkaiser/linktree-scraper", "dependencies": { "@types/node-fetch": "^2.6.11", "cheerio": "^1.0.0-rc.12", "node-fetch": "^2.6.1", "ts-loader": "^9.5.1", "typescript": "^5.3.3" } }