{
  "name": "twallpaper",
  "version": "2.1.2",
  "description": "🌈 Multicolor gradient wallpaper created algorithmically and shimmers smoothly.",
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs.js",
  "jsdelivr": "./dist/index.umd.js",
  "unpkg": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.es.js"
    },
    "./dist/style.css": "./dist/style.css",
    "./css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crashmax-dev/twallpaper.git"
  },
  "bugs": {
    "url": "https://github.com/crashmax-dev/twallpaper/issues"
  },
  "homepage": "https://twallpaper.js.org",
  "keywords": [
    "react",
    "multicolor",
    "gradient",
    "wallpaper",
    "background",
    "animation",
    "telegram",
    "canvas"
  ],
  "devDependencies": {
    "typescript": "^5.0.4",
    "vite": "^4.3.1"
  },
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build"
  }
}