{
  "name": "jsherlock",
  "version": "0.0.7",
  "description": "Find usernames across social-networks",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "test": "mocha -r ts-node/register ./test/*.spec.ts -t 6e4 --exit",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/AungMyoKyaw/jsherlock.git"
  },
  "keywords": [
    "reconnaissance",
    "information-gathering"
  ],
  "author": "Aung Myo Kyaw",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AungMyoKyaw/jsherlock/issues"
  },
  "homepage": "https://github.com/AungMyoKyaw/jsherlock#readme",
  "devDependencies": {
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.18",
    "mocha": "^5.2.0",
    "ts-node": "^7.0.1",
    "typescript": "^3.2.4"
  },
  "dependencies": {
    "axios": "^0.18.0"
  }
}
