url-metadata
Version:
Request a url and scrape the metadata from its HTML using Node.js or the browser.
19 lines (18 loc) • 331 B
JSON
{
"name": "example-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.2.0"
},
"dependencies": {
"url-metadata": "^5.2.0-beta.1"
}
}