{
  "name": "my-test-intersection-observer",
  "version": "0.0.12",
  "description": "IntersectionObserver for hippy-vue",
  "main": "dist/index.js",
  "author": "wwwcg",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wwwcg/hippy-vue-intersection-observer.git"
  },
  "keywords": [
    "hippy",
    "hippy-vue",
    "intersection-observer"
  ],
  "bugs": {
    "url": "https://github.com/wwwcg/hippy-vue-intersection-observer/issues"
  },
  "homepage": "https://github.com/wwwcg/hippy-vue-intersection-observer#readme",
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "lint": "eslint ./src",
    "build:version": "yarn version --patch --message \"chore(release): publish v%s\"",
    "dev": "rollup --watch --config rollup.config.js",
    "lint:fix": "eslint --fix ./src",
    "prepare": "npx husky install",
    "pub": "yarn build && yarn build:version && npm publish"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,js,vue}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-transform-object-assign": "^7.0.0",
    "@babel/preset-env": "^7.1.6",
    "@hippy/vue": "latest",
    "@rollup/plugin-babel": "^5.3.1",
    "@vue/compiler-sfc": "^3.2.31",
    "babel-loader": "^8.2.5",
    "core-js": "^3.21.1",
    "eslint": "^7.5.0",
    "eslint-config-prettier": "^8.4.0",
    "eslint-config-tencent": "^1.0.3",
    "eslint-config-vue": "^2.0.2",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-vue": "^8.5.0",
    "husky": "4",
    "lint-staged": "^12.3.4",
    "prettier": "^2.5.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-vue": "^6.0.0",
    "vue": "^3.2.37"
  }
}
