node-meta-parser
Version:
Get Open Graph and other metadata from a webpage.
45 lines • 1.04 kB
JSON
{
"name": "node-meta-parser",
"version": "1.0.3",
"description": "Get Open Graph and other metadata from a webpage.",
"scripts": {
"transpile": "tsc",
"lint": "eslint 'src/**/*'",
"update": "./scripts/update.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"meta",
"head",
"html",
"parser",
"open",
"graph",
"ogp"
],
"repository": {
"type": "git",
"url": "https://github.com/andreazllin/node-meta-parser.git"
},
"homepage": "https://github.com/andreazllin/node-meta-parser",
"bugs": {
"url": "https://github.com/andreazllin/node-meta-parser/issues"
},
"author": "andreazllin",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.21.0",
"typescript": "^4.7.4"
},
"dependencies": {
"node-html-parser": "^5.3.3"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
]
}