{
  "name": "background-clouds",
  "version": "0.1.1",
  "description": "A lightweight, low-poly animated cloud background for the browser.",
  "type": "module",
  "module": "./src/index.js",
  "exports": {
    ".": {
      "import": "./src/index.js",
      "default": "./src/index.js"
    }
  },
  "files": ["src", "README.md", "LICENSE", "background-clouds.png"],
  "scripts": {
    "test": "node --test",
    "check": "node --check src/index.js"
  },
  "keywords": ["canvas", "background", "clouds", "animation", "web"],
  "license": "MIT",
  "engines": {
    "node": ">=18"
  }
}
