UNPKG

url-metadata

Version:

Request a url and scrape the metadata from its HTML using Node.js or the browser.

22 lines (21 loc) 413 B
{ "name": "example-nextjs", "private": true, "version": "0.0.0", "dependencies": { "next": "^15.3.5", "react": "^19.1.0", "react-dom": "^19.1.0", "url-metadata": "^5.2.2-beta.1" }, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "devDependencies": { "@types/react": "19.1.8", "typescript": "5.8.3" } }