{
  "name": "@realfavicongenerator/generate-favicon",
  "version": "0.8.4",
  "description": "Generate a favicon",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest src/**/*.test.ts",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch src/**/*.test.ts",
    "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": "1480613fcf564461e2e0e24413136643b31ab8c2"
}
