{
  "name": "wx-to-tt",
  "version": "0.3.0-beta.3",
  "description": "transform wx micro app to bytedance micro app",
  "main": "dist/index.js",
  "bin": {
    "wx2tt": "bin/cli.js"
  },
  "scripts": {
    "dev": "tsc",
    "build:cli": "webpack --config webpack.config.js --progress",
    "prepublishOnly": "yarn build:cli"
  },
  "keywords": [
    "小程序",
    "微信小程序",
    "字节小程序",
    "转换",
    "wx",
    "tt"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "bin",
    "dist",
    "static"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@babel/generator": "^7.14.3",
    "@babel/parser": "^7.14.3",
    "@babel/runtime": "^7.14.0",
    "@babel/traverse": "7.23.2",
    "@babel/types": "^7.14.2",
    "chalk": "^3.0.0",
    "commander": "^5.1.0",
    "copy-dir": "^1.3.0",
    "fs-extra": "^8.1.0",
    "lodash": "^4.17.15",
    "open": "8.4.0",
    "recursive-copy": "^2.0.10",
    "stricter-htmlparser2": "^3.9.6",
    "tma-code-audit": "^0.0.5",
    "unified": "^8.4.2",
    "vfile": "^4.2.1"
  },
  "devDependencies": {
    "@babel/core": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@slardar/node-api": "^0.0.28",
    "@types/babel__traverse": "7.14.2",
    "@types/fs-extra": "^9.0.13",
    "@types/lodash": "^4.14.175",
    "@types/mkdirp": "^0.5.2",
    "tslint": "^6.1.3",
    "typescript": "^4.6.3",
    "webpack": "^5.86.0"
  },
  "engines": {
    "node": ">=7.6"
  }
}