fetch-opengraph
Version:
Fetch opengraph information from an url
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "fetch-opengraph",
"version": "1.0.36",
"description": "Fetch opengraph information from an url",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "jest --config jestconfig.json --coverage --no-cache",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"coverage": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purphoros/fetch-opengraph.git"
},
"keywords": [
"Fetch",
"OpenGraph"
],
"author": {
"name": "Purphoros"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/purphoros/fetch-opengraph/issues"
},
"homepage": "https://github.com/purphoros/fetch-opengraph#readme",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.30",
"coveralls": "^3.1.0",
"istanbul-badges-readme": "^1.2.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.1",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.5"
},
"dependencies": {
"axios": "^0.21.1",
"html-entities": "^2.3.2"
}
}