{
  "name": "@llds/bg-dots",
  "version": "0.1.0",
  "description": "A lightweight background dot animation using PixiJS and Simplex Noise.",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch"
  },
  "keywords": [
    "pixi",
    "vue",
    "composables",
    "background",
    "dots",
    "animation"
  ],
  "author": "LsAng",
  "license": "MIT",
  "dependencies": {
    "pixi.js": "^8.11.0",
    "simplex-noise": "^4.0.3"
  },
  "devDependencies": {
    "tsdown": "latest",
    "typescript": "^5.8.3"
  }
}