{
  "name": "@sarahisweird/hmoog",
  "version": "0.2.0",
  "description": "Out-of-game automation for Hackmud",
  "main": "dist/index.js",
  "keywords": [
    "hackmud",
    "out-of-game",
    "oog"
  ],
  "author": "Sarah Klocke (https://sarahisweird.neocities.org/)",
  "contributors": [
    "Sarah Klocke (https://sarahisweird.neocities.org/)",
    "jumpsplat120"
  ],
  "license": "MIT-0",
  "devDependencies": {
    "@types/node": "^22.13.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@sarahisweird/hmoog-native": "^0.1.4"
  },
  "type": "module"
}