{
  "name": "10.npm",
  "version": "2.0.0",
  "description": "包管理工具  初始",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "work.cjl",
  "bin": {
    "work.cjl": "./bin/www"
  },
  "license": "ISC",
  "dependencies": {
    "jquery": "^3.5.1"
  },
  "devDependencies": {
    "webpack": "^5.1.3"
  },
  "bundleDependencies": ["jquery"]
}
