{
  "name": "@crawly/grasshopper",
  "version": "0.4.0",
  "description": "Grasshopper Framework",
  "repository": {
    "type": "git",
    "url": "git@git.crawly.com.br:grasshopper/grasshopper.git"
  },
  "author": "Marcos Felipe",
  "license": "ISC",
  "scripts": {},
  "husky": {
    "hooks": {
      "pre-push": "npm run tslint && npm run test"
    }
  },
  "dependencies": {
    "@crawly/browser": "latest",
    "@crawly/handler-exception": "^0.4.0",
    "@crawly/proxy": "^0.3.2",
    "@crawly/request-client": "^1.0.11",
    "@crawly/search-schema": "^0.5.7",
    "@types/aws-lambda": "^8.10.39",
    "concurrently": "^4.1.0",
    "dotenv": "^8.2.0",
    "express": "^4.16.2",
    "inversify": "^5.0.1",
    "inversify-express-utils": "^6.3.2",
    "node-html-parser": "^1.2.20",
    "reflect-metadata": "^0.1.13",
    "supports-color": "^7.2.0",
    "tslint-config-airbnb": "^5.9.2"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/express": "^4.11.1",
    "@types/faker": "^4.1.5",
    "@types/joi": "^14.3.4",
    "@types/mocha": "^5.2.5",
    "@types/node": "^9.4.6",
    "chai": "^4.2.0",
    "faker": "^4.1.0",
    "husky": "^1.3.1",
    "mocha": "^5.2.0",
    "nodemon": "^1.13.0",
    "npm-run-all": "^4.1.5",
    "ts-mocha": "^2.0.0",
    "ts-node": "^5.0.0",
    "tslint": "^5.9.1",
    "typescript": "^3.5.3"
  }
}