{
  "name": "instagram-graph-sdk",
  "version": "0.4.0",
  "description": "Simple Instagram graphql API wrapper for node",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "format:check": "prettier --check \"**/*.ts\"",
    "format:write": "prettier --write \"**/*.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NextFaze/instagram-node-api.git"
  },
  "keywords": [
    "graphql",
    "posts",
    "resize",
    "facebook",
    "instagram",
    "typescript",
    "rich types",
    "basic display api",
    "graph api",
    "sdk"
  ],
  "author": "Rushi Patel <rpatel@nextfaze.com> (https://github.com/whimzyLive)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NextFaze/instagram-node-api/issues"
  },
  "homepage": "https://github.com/NextFaze/instagram-node-api#readme",
  "devDependencies": {
    "@types/node-fetch": "^2.5.7",
    "prettier": "^2.0.5",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "jimp": "^0.16.0",
    "node-fetch": "^2.6.0"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}
