{
  "name": "pack-uni-wgt",
  "version": "0.1.0",
  "description": "pack uniapp wgt package",
  "main": "index.js",
  "author": "Jarvis Semou",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "uniapp",
    "wgt"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/JarvisSemou/pack-uni-wgt.git"
  },
  "bin": {
    "pack-uni-wgt": "./src/index.js",
    "puw": "./src/index.js"
  },
  "dependencies": {
    "archiver": "^7.0.0"
  }
}