{
  "name": "mediola-aio-gateway",
  "version": "0.3.0",
  "description": "Mediola AIO Gateway API",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
  },
  "bin": {
    "mediola": "bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bergos/mediola-aio-gateway.git"
  },
  "keywords": [
    "mediola"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bergos/mediola-aio-gateway/issues"
  },
  "homepage": "https://github.com/bergos/mediola-aio-gateway",
  "dependencies": {
    "commander": "^9.4.0",
    "nodeify-fetch": "^3.0.0"
  },
  "devDependencies": {
    "c8": "^7.12.0",
    "mocha": "^10.0.0",
    "mockfetch": "^1.0.0",
    "stricter-standard": "^0.2.0"
  }
}
