realfavicon
Version:
Check favicon with RealFaviconGenerator from the CLI
53 lines (52 loc) • 1.43 kB
JSON
{
"name": "realfavicon",
"version": "0.4.18",
"description": "Check favicon with RealFaviconGenerator from the CLI",
"main": "dist/index.js",
"bin": "./dist/index.js",
"type": "module",
"scripts": {
"test": "jest",
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git@github.com:RealFaviconGenerator/core.git"
},
"keywords": [
"favicon",
"RealFaviconGenerator",
"CLI",
"check",
"RFG"
],
"author": "Philippe Bernard",
"license": "ISC",
"bugs": {
"url": "https://github.com/RealFaviconGenerator/core/issues"
},
"homepage": "https://github.com/RealFaviconGenerator/core#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"rollup": "^4.13.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3"
},
"dependencies": {
"@realfavicongenerator/check-favicon": "^0.4.18",
"@realfavicongenerator/generate-favicon": "^0.4.16",
"@realfavicongenerator/image-adapter-node": "^0.4.16",
"@realfavicongenerator/inject-markups": "^0.4.0",
"@rollup/plugin-json": "^6.1.0",
"@svgdotjs/svg.js": "^3.2.0",
"@types/node": "^20.12.2",
"commander": "^12.0.0",
"node-html-parser": "^6.1.13",
"open": "^10.1.0"
},
"gitHead": "6d09c58437b7cd0c00c61fe38c278e8c28099c0a"
}