{
  "name": "webpack-base-large-number-add",
  "version": "1.0.1",
  "description": "整数加法",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack",
    "prepublish" : "webpack"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "terser-webpack-plugin": "^5.1.1",
    "webpack": "^5.27.1",
    "webpack-cli": "^4.5.0"
  }
}
