UNPKG

realfavicon

Version:

Check favicon with RealFaviconGenerator from the CLI

53 lines (52 loc) 1.42 kB
{ "name": "realfavicon", "version": "0.8.3", "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.8.2", "@realfavicongenerator/generate-favicon": "^0.8.3", "@realfavicongenerator/image-adapter-node": "^0.8.3", "@realfavicongenerator/inject-markups": "^0.8.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": "715780dcd0361a521b6f520213ac3d0e7cfe699f" }