{
  "name": "infile-lazyload-split-loader",
  "version": "1.0.0",
  "description": "A Webpack loader for splitting and lazily loading functions directly from within JavaScript files.",
  "repository": {
    "type": "git",
    "url": "https://github.com/EranGrin/infile-lazyload-split-loader"
  },
  "main": "package/index.js",
    "dependencies": {
      "@babel/core": "^7.24.5",
      "@babel/generator": "^7.24.5",
      "@babel/parser": "^7.24.5",
      "@babel/traverse": "^7.24.5",
      "@babel/types": "^7.24.5"
    },
    "devDependencies": {
      "webpack": "^5.91.0",
      "webpack-cli": "^5.0.1"
    },
    "author": "EranGrin",
    "license": "MIT",
    "engines": {
      "node": ">=18.0.0" 
    },
    "keywords": [
      "webpack",
      "loader",
      "lazy-load",
      "split",
      "module",
      "async",
      "dynamic import"
    ],
    "private": false
}
  