{
  "name": "instagram-search",
  "version": "1.0.0",
  "description": "A simple instagram package that finds profiles for you",
  "main": "src/index.js",
  "types": "typings/index.d.ts",
  "keywords": ["instagram-search", "instagram", "absolute-development"],
  "scripts": {
    "prepublishOnly": "yarn lint",
    "test": "eslint src",
    "lint": "eslint --fix src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Absolute-Development/instagram-search.git"
  },
  "author": "Absolute-Development <24zhangjiuyu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Absolute-Development/instagram-search/issues"
  },
  "homepage": "https://github.com/Absolute-Development/instagram-search#readme",
  "private": false,
  "devDependencies": {
    "@types/node": "^12.0.3",
    "eslint": "^6.0.1",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.1.1",
    "typescript": "^3.5.1"
  },
  "dependencies": {
    "node-fetch": "^2.6.0"
  }
}
