{
  "name": "@joyshion/taro-plugin-platform-yunshanfu",
  "version": "1.0.0",
  "description": "云闪付小程序平台插件",
  "main": "index.js",
  "author": "Shion <shion.chow@gmail.com>",
  "license": "MIT",
  "keywords": [
    "taro",
    "yunshanfu"
  ],
  "files": [
    "index.js",
    "dist",
    "types"
  ],
  "homepage": "https://github.com/joyshion/taro-plugin-platform-yunshanfu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joyshion/taro-plugin-platform-yunshanfu.git"
  },
  "bugs": {
    "url": "https://github.com/joyshion/taro-plugin-platform-yunshanfu/issues"
  },
  "types": "types/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "postinstall": "node dist/cli.js --type enabled",
    "preuninstall": "node dist/cli.js --type disabled"
  },
  "dependencies": {
    "@tarojs/service": "^3.3.0",
    "lodash": "^4.17.21",
    "minimist": "^1.2.7"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.189",
    "@types/minimist": "^1.2.2",
    "@types/node": "^18.11.9",
    "rollup": "^3.3.0",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^4.9.3"
  }
}
