{
  "name": "onelnchr-mc-auth",
  "version": "2.0.9",
  "description": "Encrypted Minecraft profile manager for Electron launchers with Microsoft authentication support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "debug": "nodemon src/index.ts",
    "build": "tsc",
    "prepublishOnly": "tsc"
  },
  "keywords": [
    "minecraft",
    "minecraft auth",
    "microsoft authentication",
    "electron",
    "launcher",
    "profile manager",
    "encrypted storage"
  ],
  "author": "Zmito26dev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Zmito26dev/onelnchr-mc-auth.git"
  },
  "bugs": {
    "url": "https://github.com/Zmito26dev/onelnchr-mc-auth/issues"
  },
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "dotenv": "^16.4.7",
    "electron-store": "^8.1.0"
  },
  "files": [
    "dist/**/*"
  ],
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/node": "^20.8.3",
    "jest": "^29.7.0",
    "jest-mock": "^29.7.0",
    "nodemon": "^3.0.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  }
}