{
  "name": "wow-anti-afk",
  "version": "0.2.0",
  "description": "Script for keeping characters from going AFK in World of Warcraft.",
  "main": "index.js",
  "scripts": {
    "test": "npx babel-node ./test/index.js",
    "build": "babel src -d .",
    "start": "node --nouse-idle-notification --expose-gc --max-old-space-size=8192 bin/wow-anti-afk.js"
  },
  "bin": {
    "@dargolith/wow-anti-afk": "bin/wow-anti-afk.js",
    "wow-anti-afk": "bin/wow-anti-afk.js"
  },
  "author": "Jesper Ahlberg",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/dargolith/wow-anti-afk/issues"
  },
  "homepage": "https://gitlab.com/dargolith/wow-anti-afk#readme",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/dargolith/wow-anti-afk.git"
  },
  "keywords": [
    "wow",
    "world of warcraft",
    "afk",
    "anti-afk"
  ],
  "dependencies": {
    "@nut-tree-fork/nut-js": "^4.2.1",
    "esm": "^3.2.25"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.9",
    "@babel/core": "^7.23.9",
    "@babel/eslint-parser": "^7.23.10",
    "@babel/node": "^7.23.9",
    "@babel/preset-env": "^7.23.9",
    "@types/jest": "^29.5.11",
    "babel-jest": "^29.7.0",
    "eslint": "^8.56.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-fp": "^2.3.0",
    "eslint-plugin-functional": "^6.0.0",
    "eslint-plugin-jest": "^27.4.2",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-promise": "^6.1.1",
    "jest": "^29.7.0",
    "npm-watch": "^0.13.0",
    "prettier": "^3.2.4",
    "prettier-package-json": "^2.6.0"
  }
}
