{
  "name": "inf-scroll",
  "version": "1.0.6",
  "description": "无限滚动",
  "main": "lib/index.cjs.js",
  "module": "src/index.js",
  "scripts": {
    "dev": "marax dev",
    "build": "marax lib",
    "build:demo": "marax build",
    "next": "git add . && git commit -m 'next' && npm version prerelease && cnpm publish --tag next",
    "patch": "git add . && git commit -m 'patch' && npm version patch && cnpm publish",
    "postpublish": "node ./node_modules/webpack-marauder/hook/postpublish.js"
  },
  "devDependencies": {
    "webpack-marauder": "^1.9.0"
  },
  "engines": {
    "node": ">= 8.0.0",
    "npm": ">= 3.0.0"
  },
  "license": "MIT",
  "author": "hongxu <hongxu1@staff.weibo.com>",
  "repository": "ssh://git@gitlab.weibo.cn:2222/SINA_MFE_COMPONENTS/inf-scroll.git",
  "dependencies": {
    "vue": "^2.5.16"
  }
}
