{
  "name": "app-icon-badge",
  "license": "MIT",
  "version": "0.1.2",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "assets",
    "app.plugin.js",
    "types.ts"
  ],
  "scripts": {
    "build": "tsup src/index.ts  --format cjs,esm --dts && cp -r src/assets dist && tsup src/plugin/app.plugin.ts --format cjs && tsup cli/cli.ts",
    "start": "nodemon --exec ts-node --files example/index.ts",
    "start-cli": "nodemon --exec ts-node --files cli/cli.ts",
    "type-check": "tsc --noEmit",
    "prebuild-demo": "pnpm build && cd demo && pnpm i && pnpm run prebuild",
    "format": "prettier --write \"**/*.{ts,md,json}\" --ignore-path .gitignore",
    "np": "pnpm build && np --no-cleanup --no-release-draft --any-branch",
    "test": "echo \"no test specified\"",
    "prepare": "husky install"
  },
  "bin": {
    "obytes-icon-cli": "dist/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/obytes/app-icon-badge.git"
  },
  "author": "Siham Ben Daia",
  "bugs": {
    "url": "https://github.com/obytes/app-icon-badge/issues"
  },
  "homepage": "https://github.com/obytes/app-icon-badge#readme",
  "dependencies": {
    "color-convert": "^2.0.1",
    "commander": "^11.0.0",
    "delta-e": "^0.0.8",
    "jimp": "^0.22.7"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.5.0",
    "@commitlint/config-conventional": "^19.5.0",
    "@expo/config-plugins": "^8.0.8",
    "@types/node": "^22.7.8",
    "ajv": "^8.12.0",
    "chalk": "^4.1.2",
    "husky": "^9.1.6",
    "nodemon": "^3.1.7",
    "np": "^10.0.7",
    "prettier": "3.3.3",
    "ts-node": "^10.9.2",
    "tsup": "^8.3.0",
    "typescript": "^5.6.3",
    "zod": "^3.21.4",
    "zod-validation-error": "^1.3.1"
  }
}
