{
  "name": "@crawly/proxy",
  "version": "1.0.0",
  "description": "Proxy loader/parser",
  "main": "lib/index",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "tslint": "tslint -c tslint.json -p tsconfig.json",
    "test": "npm run test:unit",
    "test:unit": "ts-mocha -c -b -R spec -t 30000 --ignore-leaks --full-trace test/startup.ts test/unit/*.test.ts test/unit/**/*.test.ts test/unit/**/**/*.test.ts",
    "test:coverage": "nyc npm test",
    "test:coverage:report": "nyc report",
    "build": "tsc"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run tslint && npm run test"
    }
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "test/*"
    ],
    "reporter": [
      "text",
      "html"
    ]
  },
  "keywords": [
    "grasshopper",
    "proxy"
  ],
  "author": "Jovane Pires <jovane@crawly.com.br>",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/dotenv": "^6.1.1",
    "@types/faker": "^4.1.5",
    "@types/mocha": "^5.2.7",
    "@types/nock": "^10.0.3",
    "@types/superagent": "^4.1.3",
    "@types/uniqid": "^4.1.3",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "dotenv": "^8.0.0",
    "faker": "^4.1.0",
    "husky": "^2.7.0",
    "install": "^0.12.2",
    "mocha": "^6.2.0",
    "nock": "^10.0.6",
    "npm": "^6.10.2",
    "nyc": "^14.1.1",
    "ts-mocha": "^6.0.0",
    "tslint": "^5.18.0",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "superagent": "^5.1.0",
    "uniqid": "^5.0.3"
  }
}
