{
  "name": "@tarojs/service",
  "version": "4.2.1",
  "description": "Taro Service",
  "author": "O2Team",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "taro"
  ],
  "bugs": {
    "url": "https://github.com/NervJS/taro/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "engines": {
    "node": ">= 18"
  },
  "dependencies": {
    "joi": "^17.12.3",
    "lodash": "^4.17.21",
    "ora": "^5.4.1",
    "resolve": "^1.22.8",
    "tapable": "^2.2.1",
    "webpack-merge": "^5.10.0",
    "@tarojs/helper": "4.2.1",
    "@tarojs/shared": "4.2.1",
    "@tarojs/runner-utils": "4.2.1"
  },
  "devDependencies": {
    "webpack": "^5.91.0",
    "webpack-chain": "^6.5.1",
    "@tarojs/taro": "4.2.1"
  },
  "scripts": {
    "prod": "pnpm run build",
    "prebuild": "pnpm run clean",
    "clean": "rimraf dist types",
    "dev": "tsc -w",
    "build": "tsc"
  }
}