{
  "name": "node-amcrest",
  "version": "0.0.3",
  "description": "Node.js Wrapper for Amcrest HTTP API",
  "main": "index.js",
  "scripts": {
    "test": "node ./test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/Shinobi-Systems/node-amcrest.git"
  },
  "keywords": [
    "amcrest",
    "amcrestapi",
    "shinobi"
  ],
  "author": "Moe Alam, Shinobi Systems",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/Shinobi-Systems/node-amcrest/issues"
  },
  "funding": [
    {
      "type": "PayPal",
      "url": "https://paypal.me/ShinobiCCTV"
    },
    {
      "type": "ShinobiShop",
      "url": "https://licenses.shinobi.video"
    }
  ],
  "homepage": "https://gitlab.com/Shinobi-Systems/node-amcrest#readme",
  "dependencies": {
    "digest-fetch": "^1.2.1",
    "node-fetch": "^2.6.7"
  }
}
