{
  "name": "@tarojs/shared",
  "version": "4.2.0",
  "description": "Taro utils internal use.",
  "author": "O2Team",
  "license": "MIT",
  "browser": "dist/index.js",
  "main:h5": "dist/shared.esm.js",
  "main": "dist/index.cjs.js",
  "module": "dist/shared.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": [],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "bugs": {
    "url": "https://github.com/NervJS/taro/issues"
  },
  "engines": {
    "node": ">= 18"
  },
  "devDependencies": {
    "lodash": "^4.17.21"
  },
  "scripts": {
    "prod": "pnpm run build",
    "prebuild": "pnpm run clean",
    "clean": "rimraf ./dist",
    "build": "pnpm run rollup --environment NODE_ENV:production",
    "dev": "pnpm run rollup --environment NODE_ENV:development -w",
    "rollup": "rollup --config rollup.config.ts --configPlugin typescript",
    "test": "vitest run"
  }
}