{
  "name": "3d-product-customizer",
  "version": "1.0.0",
  "description": "3D Product Customizer plugin for WooCommerce that allows customers to customize products in 3D before purchasing.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "webpack --watch --mode development",
    "build": "webpack --mode production",
    "zip": "bestzip ../3d-product-customizer.zip admin js languages dist assets vendor includes blocks readme.txt cpt-model-textures.php product-customizer.php style.css composer.json package.json webpack.config.js"
  },
  "keywords": [],
  "author": "deosebit",
  "license": "ISC",
  "dependencies": {
    "lucide": "^0.553.0",
    "pdf-lib": "^1.17.1",
    "three": "^0.184.0"
  },
  "devDependencies": {
    "baseline-browser-mapping": "^2.10.13",
    "bestzip": "^2.2.1",
    "webpack": "^5.102.1",
    "webpack-cli": "^6.0.1"
  }
}
