@nanggo/social-preview
Version:
Generate beautiful social media preview images from any URL
67 lines (66 loc) • 1.67 kB
JSON
{
"name": "@nanggo/social-preview",
"version": "0.2.4",
"description": "Generate beautiful social media preview images from any URL",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest --passWithNoTests",
"lint": "eslint src --ext .ts",
"format": "prettier --write 'src/**/*.ts'",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
"og-image",
"open-graph",
"social-preview",
"link-preview",
"thumbnail-generator",
"meta-tags",
"social-media"
],
"author": "nanggo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nanggo/social-preview-generator"
},
"bugs": {
"url": "https://github.com/nanggo/social-preview-generator/issues"
},
"homepage": "https://github.com/nanggo/social-preview-generator#readme",
"files": [
"dist",
"README.md"
],
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"axios": "^1.11.0",
"dompurify": "^3.2.6",
"file-type": "^21.0.0",
"open-graph-scraper": "^6.10.0",
"sharp": "^0.34.3",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/dompurify": "^3.0.5",
"@types/jest": "^30.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^24.2.0",
"@types/sharp": "^0.31.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"eslint": "^9.32.0",
"jest": "^30.0.5",
"jsdom": "^26.1.0",
"prettier": "^3.6.2",
"ts-jest": "^29.4.1",
"typescript": "^5.9.2"
}
}