{
  "name": "repeater-scope",
  "version": "3.0.0",
  "description": "The utils for repeated item scope event handlers in Velo by Wix",
  "type": "module",
  "source": "src/index.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "tsc && eslint 'src/**/*.ts'"
  },
  "devDependencies": {
    "@babel/core": "^7.22.9",
    "@babel/preset-typescript": "^7.22.5",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@typescript-eslint/eslint-plugin": "^6.1.0",
    "@typescript-eslint/parser": "^6.1.0",
    "corvid-types": "^0.4.454",
    "eslint": "^8.45.0",
    "rollup": "^3.26.3",
    "simple-git-hooks": "^2.9.0",
    "typescript": "^5.1.6"
  },
  "simple-git-hooks": {
    "pre-commit": "npm run lint && npm run build"
  },
  "sideEffects": false,
  "keywords": [
    "wix",
    "wixcode",
    "editorx",
    "velo"
  ],
  "files": [
    "dist"
  ],
  "author": {
    "name": "Alexander Zaytsev",
    "email": "alexanderz@wix.com",
    "url": "https://twitter.com/_shoonia"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shoonia/repeater-scope.git"
  },
  "bugs": {
    "url": "https://github.com/shoonia/repeater-scope/issues"
  },
  "homepage": "https://github.com/shoonia/repeater-scope#readme",
  "license": "MIT"
}
