{
  "name": "vue3-lazyload-img",
  "version": "0.1.5",
  "description": "基于vue3简单的图片懒加载组件",
  "private": false,
  "author": "zxiaogong",
  "license": "MIT",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "lib",
    "type"
  ],
  "main": "lib/lazyload-img.es.js",
  "types": "type/lazyload-img.es.d.ts",
  "keywords": [
    "vue",
    "Lazy loading",
    "vue3",
    "Picture"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/zxiaogong/vue3-lazyload-img-comonpent"
  }
}