{
  "name": "@cocreate/webpack",
  "version": "1.6.2",
  "description": "A Webpack integration tool for CoCreate applications, enabling file watching, automated chunking, lazy loading, and file uploading. It leverages CoCreate.config for streamlined project builds and development workflows.",
  "keywords": [
    "webpack",
    "cocreate",
    "automation",
    "file-watching",
    "chunking",
    "lazy-loading",
    "file-uploading",
    "low-code-framework",
    "cocreatejs",
    "cocreate-framework",
    "low-code",
    "realtime",
    "javascript-framework"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "webpack --config webpack.config.js",
    "build": "webpack --mode=production --config webpack.config.js",
    "dev": "webpack --config webpack.config.js --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoCreate-app/CoCreate-webpack.git"
  },
  "author": "CoCreate LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CoCreate-app/CoCreate-webpack/issues"
  },
  "homepage": "https://cocreate.app/docs/webpack",
  "funding": {
    "type": "GitHub Sponsors ❤",
    "url": "https://github.com/sponsors/CoCreate-app"
  },
  "main": "./src/index.js",
  "dependencies": {
    "@cocreate/cli": "^1.56.1",
    "css-loader": "^7.1.4",
    "esbuild": "^0.25.12",
    "esbuild-loader": "^4.5.0",
    "mini-css-extract-plugin": "^1.6.2",
    "sass": "^1.101.0",
    "sass-loader": "^16.0.8",
    "webpack": "^5.108.4",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-cli": "^4.10.0",
    "webpack-log": "^3.0.2",
    "webpack-node-externals": "^3.0.0"
  },
  "allowScripts": {
    "@cocreate/acme@1.3.2": true,
    "@cocreate/actions@1.21.4": true,
    "@cocreate/api@1.22.5": true,
    "@cocreate/config@1.13.4": true,
    "@cocreate/crud-client@1.34.6": true,
    "@cocreate/element-prototype@1.31.4": true,
    "@cocreate/elements@1.42.9": true,
    "@cocreate/filter@1.33.6": true,
    "@cocreate/indexeddb@1.23.4": true,
    "@cocreate/local-storage@1.16.5": true,
    "@cocreate/nginx@1.4.4": true,
    "@cocreate/observer@1.19.0": true,
    "@cocreate/organizations@1.30.1": true,
    "@cocreate/render@1.46.1": true,
    "@cocreate/socket-client@1.40.5": true,
    "@cocreate/utils@1.42.2": true,
    "@cocreate/uuid@1.12.4": true,
    "@cocreate/webpack@1.4.3": true,
    "@parcel/watcher@2.5.6": true,
    "esbuild@0.25.12": true,
    "esbuild@0.28.1": true
  }
}
