{
  "name": "@tarojs/plugin-generator",
  "version": "4.1.5",
  "description": "Taro 生成器插件",
  "keywords": [
    "Taro",
    "Plugin"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "author": "O2Team",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "",
  "files": [
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/NervJS/taro/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "dependencies": {
    "@babel/generator": "7.24.4",
    "@babel/parser": "7.24.4",
    "@babel/traverse": "7.24.1",
    "@babel/types": "7.24.0",
    "dedent": "^1.6.0",
    "inquirer": "^8.2.6",
    "ts-morph": "^26.0.0",
    "@tarojs/service": "4.1.5",
    "@tarojs/helper": "4.1.5"
  },
  "devDependencies": {
    "@types/babel__generator": "^7.6.8",
    "@types/babel__traverse": "^7.20.5",
    "@types/inquirer": "^8.2.1",
    "typescript": "~5.4.5"
  },
  "scripts": {
    "prod": "pnpm run build",
    "build": "tsc",
    "dev": "tsc -w"
  }
}