{
  "name": "@xysfe/multi-origin-webpack-plugin",
  "version": "2.2.0",
  "description": "A webpack plugin for inject variable to support multi origin",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "author": "@xysfe",
  "license": "MIT",
  "files": [
    "index.js",
    "src"
  ],
  "keywords": [
    "webpack",
    "plugin",
    "html-webpack-plugin",
    "inject",
    "multi-origin"
  ],
  "scripts": {
    "test": "jest"
  },
  "peerDependencies": {
    "html-webpack-plugin": "^3.0.0 || ^4.0.0 || ^5.0.0",
    "webpack": "^3.0.0 || ^4.0.0 || ^5.0.0"
  },
  "dependencies": {
    "@xysfe/node-envmark-cdn": "0.0.2",
    "tldjs": "^2.3.1"
  },
  "devDependencies": {
    "css-loader": "^7.1.5",
    "html-webpack-plugin": "^5.0.0",
    "jest": "^29.0.0",
    "memfs": "^4.0.0",
    "mini-css-extract-plugin": "^2.10.2",
    "webpack": "^5.0.0"
  }
}
