{
  "name": "webgl-tech-particles",
  "version": "1.0.22",
  "description": "Interactive 3D particle system with technology icons using WebGL",
  "main": "dist/webgl-tech-particles.js",
  "module": "dist/webgl-tech-particles.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "webpack serve",
    "build": "webpack --mode production",
    "build:demo": "webpack --config webpack.demo.config.js --mode production",
    "prepare": "npm run build"
  },
  "keywords": [
    "javascript",
    "webgl",
    "particles",
    "animation",
    "particles-animations",
    "technologies",
    "three.js",
    "3d"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/a-rudenko/webgl-tech-particles.git"
  },
  "homepage": "https://a-rudenko.github.io/webgl-tech-particles/demo.html",
  "author": {
    "name": "Aleksey Rudenko",
    "email": "i.lex.rudenko@gmail.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "babel-loader": "^10.1.0",
    "copy-webpack-plugin": "^14.0.0",
    "css-loader": "^7.1.0",
    "html-webpack-plugin": "^5.6.0",
    "style-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.5.0",
    "webpack": "^5.106.0",
    "webpack-cli": "^7.0.0",
    "lil-gui": "^0.21.0"
  },
  "dependencies": {
    "three": "0.185.1"
  }
}
