{
  "name": "canvasparticles-js",
  "version": "4.5.5",
  "description": "In an HTML canvas, a bunch of interactive particles connected with lines when they approach each other.",
  "author": "Khoeckman",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.umd.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "default": "./dist/index.umd.js"
    }
  },
  "files": [
    "src/",
    "dist/"
  ],
  "scripts": {
    "test": "exit 0",
    "build": "rollup -c",
    "prepack": "npm run build"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^25.5.2",
    "prettier": "^3.8.1",
    "rollup": "^4.60.1",
    "rollup-plugin-delete": "^3.0.2",
    "tslib": "^2.8.1",
    "typescript": "^6.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://khoeckman.github.io/canvasparticles-js/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Khoeckman/canvasparticles-js.git"
  },
  "bugs": {
    "url": "https://github.com/Khoeckman/canvasparticles-js/issues"
  },
  "keywords": [
    "front-end",
    "frontend",
    "canvas",
    "particle",
    "particles",
    "jsparticles",
    "js-particles",
    "particles.js",
    "particles-js",
    "xparticles",
    "background",
    "animation",
    "animated",
    "interactive",
    "interaction",
    "web",
    "webdesign",
    "web-design",
    "javascript",
    "js",
    "ecmascript",
    "module",
    "html5",
    "html"
  ]
}
