{
  "name": "swan-cli-core",
  "version": "2.0.22",
  "description": "tj移动端基座js库",
  "main": "dist/swan-core.js",
  "scripts": {
    "test": "test",
    "build": "webpack --mode production",
    "pub": "npm version patch && npm publish --registry=https://registry.npmjs.org/"
  },
  "files": [
    "dist",
    "README"
  ],
  "author": "zhaochao",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "@babel/runtime-corejs3": "^7.17.9",
    "babel-loader": "^8.2.5",
    "clean-webpack-plugin": "^4.0.0",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.10.0"
  },
  "dependencies": {
    "ajax-hook": "^2.0.9",
    "crypto-js": "^4.1.1",
    "terser-webpack-plugin": "^5.3.1"
  }
}
