UNPKG

@realfavicongenerator/check-favicon

Version:

Check the favicon of a website

45 lines (44 loc) 1.09 kB
{ "name": "@realfavicongenerator/check-favicon", "version": "0.8.2", "description": "Check the favicon of a website", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest src", "test:watch": "jest src --watch", "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git@github.com:RealFaviconGenerator/core.git" }, "keywords": [ "favicon", "realfavicongenerator", "checker", "check", "RFG" ], "author": "Philippe Bernard", "license": "ISC", "bugs": { "url": "https://github.com/RealFaviconGenerator/core/issues" }, "homepage": "https://github.com/RealFaviconGenerator/core#readme", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.30", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.4.3" }, "dependencies": { "decode-ico": "^0.4.1", "node-html-parser": "^6.1.13", "robots-parser": "^3.0.1", "sharp": "^0.34.5" }, "gitHead": "9a7c9ee0097adb2533ab18be8bd12a51059eec50" }