{
  "name": "@jsonz/quicklink",
  "version": "1.0.3",
  "description": "Faster subsequent page-loads by prefetching in-viewport links during idle time",
  "repository": "https://github.com/jsonz1993/quicklink.git",
  "author": "jsonz <jsonz@qq.com>",
  "license": "Apache-2.0",
  "main": "dist/quicklink.js",
  "module": "dist/quicklink.mjs",
  "jsnext:main": "dist/quicklink.mjs",
  "umd:main": "dist/quicklink.umd.js",
  "unpkg": "dist/quicklink.umd.js",
  "scripts": {
    "lint": "eslint src/*.js test/*.js demos/*.js",
    "lint-fix": "eslint src/*.js test/*.js --fix demos/*.js",
    "start": "http-server .",
    "test": "yarn run build && mocha test/bootstrap.js --recursive test",
    "build": "microbundle src/index.js --no-sourcemap",
    "prepare": "yarn run -s build",
    "dev": "microbundle watch src/index.js --compress false",
    "bundlesize": "bundlesize",
    "changelog": "yarn conventional-changelog -i CHANGELOG.md -s -r 0",
    "release": "cross-var yarn run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags"
  },
  "keywords": [
    "prefetch",
    "performance",
    "fetch",
    "intersectionobserver",
    "background",
    "speed"
  ],
  "devDependencies": {
    "babel-preset-env": "^1.7.0",
    "bundlesize": "^0.17.0",
    "chai": "^4.2.0",
    "conventional-changelog-cli": "^2.0.11",
    "cross-var": "^1.1.0",
    "eslint": "^5.9.0",
    "eslint-config-google": "^0.11.0",
    "http-server": "^0.11.1",
    "lodash": "^4.17.11",
    "microbundle": "^0.9.0",
    "mocha": "^5.2.0",
    "puppeteer": "^1.10.0"
  },
  "bundlesize": [
    {
      "path": "./dist/*.js",
      "maxSize": "20 kB"
    }
  ],
  "dependencies": {
    "intersection-observer": "^0.5.1"
  }
}
