{
  "name": "vscroll",
  "version": "1.6.3",
  "description": "Virtual scroll engine",
  "main": "dist/bundles/vscroll.umd.js",
  "module": "dist/bundles/vscroll.esm5.js",
  "esm5": "dist/esm5/index.js",
  "esm2015": "dist/esm2015/index.js",
  "fesm5": "dist/bundles/vscroll.esm5.js",
  "fesm2015": "dist/bundles/vscroll.esm6.js",
  "types": "dist/typings/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "author": "Denis Hilt <dhilt.public@gmail.com>",
  "homepage": "https://github.com/dhilt/vscroll",
  "repository": {
    "type": "git",
    "url": "https://github.com/dhilt/vscroll.git"
  },
  "bugs": {
    "url": "https://github.com/dhilt/vscroll/issues"
  },
  "license": "MIT",
  "scripts": {
    "lint": "eslint . --ext .ts",
    "jest": "jest",
    "watch": "jest --watch",
    "build": "node build",
    "test": "npm run lint && npm run jest",
    "prepack": "npm run build",
    "checkGit": "sh ./uncommited.sh",
    "prepublishOnly": "npm run checkGit && npm run test && npm run build && npm run checkGit"
  },
  "dependencies": {
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@types/jest": "^27.4.0",
    "@typescript-eslint/eslint-plugin": "^5.10.2",
    "@typescript-eslint/parser": "^5.10.2",
    "babel-jest": "^27.4.6",
    "chalk": "^5.0.0",
    "eslint": "^8.8.0",
    "jest": "^27.4.7",
    "rollup": "^2.67.0",
    "rollup-plugin-license": "^2.6.1",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "^7.0.2",
    "shelljs": "^0.8.5",
    "typescript": "^4.5.5"
  },
  "keywords": [
    "vscroll",
    "virtual",
    "virtualizing",
    "virtualization",
    "scroll",
    "scrolling",
    "scroller",
    "javascript",
    "typescript"
  ]
}