{
  "name": "mofh-client-js",
  "version": "2.0.1",
  "description": "A MyOwnFreeHost client that you can use with server-side javascript",
  "license": "MIT",
  "author": [
    "Lebyy_Dev <lebon1377@gmail.com>",
    "Sebastian Rugina <dev@srugina.com> (https://srugina.com)"
  ],
  "repository": "github:lebyy/mofh-client-v2",
  "main": "index.js",
  "scripts": {
    "prepack": "./node_modules/.bin/minify index.js --out-file index.js"
  },
  "keywords": [
    "mofh",
    "myownfreehost",
    "My Own Free Host",
    "my own free host",
    "client",
    "npm",
    "package",
    "srugina",
    "lebyy_dev",
    "discordbot",
    "discord",
    "mofh-client"
  ],
  "dependencies": {
    "axios": "^0.18.0",
    "dotenv": "^6.2.0",
    "querystring": "^0.2.0",
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "babel-minify": "^0.5.0"
  }
}
