UNPKG

@realfavicongenerator/generate-favicon

Version:
42 lines (41 loc) 998 B
{ "name": "@realfavicongenerator/generate-favicon", "version": "0.4.16", "description": "Generate a favicon", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git@github.com:RealFaviconGenerator/core.git" }, "keywords": [ "favicon", "realfavicongenerator", "generate", "generator", "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": { "@svgdotjs/svg.js": "^3.2.0" }, "gitHead": "ff948a67b287f31f4db4464f2c36e9c87496c727" }