{
  "name": "luabundle",
  "description": "Bundles several Lua files into a single file.",
  "version": "1.7.0",
  "author": "Benjamin Dobell @Benjamin-Dobell",
  "bugs": "https://github.com/Benjamin-Dobell/luabundle/issues",
  "dependencies": {
    "moonsharp-luaparse": "^0.2.4"
  },
  "devDependencies": {
    "@types/node": "^20.8.9",
    "eslint": "^8.52.0",
    "fs-extra": "^11.1.1",
    "klaw-sync": "^6.0.0",
    "rimraf": "^5.0.5",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "homepage": "https://github.com/Benjamin-Dobell/luabundle",
  "keywords": [
    "lua",
    "require",
    "modules",
    "bundler",
    "bundling"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": "Benjamin-Dobell/luabundle",
  "types": "index.d.ts",
  "scripts": {
    "build": "node scripts/build.js",
    "posttest": "eslint . --config .eslintrc",
    "test": "echo NO TESTS"
  }
}