{
  "name": "@crawly/grasshopper-parser-avianca",
  "version": "0.1.6",
  "description": "",
  "main": "parser.js",
  "scripts": {
    "prepublish": "npm run tslint && npm run test && npm run build",
    "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",
    "build": "tsc"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run tslint && npm test"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/crawly/grasshopper-parser-avianca.git"
  },
  "keywords": [
    "grasshopper",
    "parser",
    "avianca",
    "amigo"
  ],
  "author": "Jovane Pires <jovane@crawly.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/crawly/grasshopper-parser-avianca/issues"
  },
  "homepage": "https://gitlab.com/crawly/grasshopper-parser-avianca#readme",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/cheerio": "^0.22.11",
    "@types/dotenv": "^6.1.1",
    "@types/faker": "^4.1.5",
    "@types/mocha": "^5.2.6",
    "chai": "^4.2.0",
    "dotenv": "^7.0.0",
    "faker": "^4.1.0",
    "husky": "^2.1.0",
    "mocha": "^6.1.4",
    "ts-mocha": "^6.0.0",
    "tslint": "^5.16.0",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.4.5"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.3",
    "moment": "^2.24.0"
  }
}
