{
  "author": "周凯",
  "description": "uni-app 常用工具",
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "name": "ldd-uniapp",
  "version": "1.0.1",
  "dependencies": {
    "ldd-utils": "1.0.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}