{
  "name": "react-avatar-maker",
  "version": "1.1.0",
  "type": "module",
  "description": "A flexible, customizable React library for creating pixel-perfect character avatars with sprite sheets. Perfect for games, social platforms, and creative applications.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "avatar",
    "character",
    "maker",
    "sprite",
    "customization",
    "pixel-art",
    "rpg",
    "character-creator",
    "avatar-generator",
    "sprite-sheet",
    "canvas",
    "game-dev",
    "profile-picture",
    "typescript"
  ],
  "author": "OmegaCreations",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/OmegaCreations/CharaKit.git"
  },
  "bugs": {
    "url": "https://github.com/OmegaCreations/CharaKit/issues"
  },
  "homepage": "https://omegacreations.github.io/CharaKit/",
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "rollup": "^4.9.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {}
}
