{
  "name": "luraph",
  "version": "2.0.9",
  "description": "Luraph API binding for Node.JS",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "luraph",
    "obfuscator",
    "obfuscate",
    "obfuscation",
    "lua",
    "luau",
    "luajit",
    "lua encrypt",
    "lua encryption",
    "lua obfuscate",
    "lua obfuscator",
    "lua obfuscation",
    "roblox",
    "synapse",
    "scriptware",
    "fivem",
    "gta",
    "growtopia",
    "assetto corsa",
    "lightroom",
    "gmod"
  ],
  "author": "memcorrupt",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "~20.11.30",
    "jiti": "^1.21.0",
    "typescript": "^5.4.3",
    "unbuild": "^2.0.0"
  },
  "dependencies": {
    "undici": "^6.10.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Luraph/luraph-node.git"
  },
  "bugs": {
    "url": "https://github.com/Luraph/luraph-node/issues"
  },
  "homepage": "https://github.com/Luraph/luraph-node#readme",
  "scripts": {
    "build": "npx unbuild --minify",
    "dev": "npx unbuild --stub",
    "test": "npx jiti test.ts",
    "preinstall": "npx only-allow pnpm"
  }
}