{
  "name": "@heuristical/trackit",
  "version": "0.0.1",
  "description": "This module allows you to connect to many shipping carriers like UPS and FedEx and download tracking data for your packages in a common schema",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "jest",
    "prebuild": "rimraf \"dist/**/*\"",
    "build": "tsc"
  },
  "dependencies": {
    "change-case": "3.0.x",
    "cheerio": "0.22.x",
    "date-fns": "^2.16.1",
    "date-fns-tz": "^1.0.12",
    "moment-timezone": "0.5.x",
    "request": "2.87.x",
    "underscore": "1.9.x",
    "xml2js": "0.4.x"
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "@types/moment-timezone": "^0.5.13",
    "@types/node": "^13.13.0",
    "@types/xml2js": "^0.4.5",
    "@typescript-eslint/eslint-plugin": "^2.28.0",
    "@typescript-eslint/parser": "^2.28.0",
    "bondjs": "2.x.x",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "jest": "^26.6.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.4.1",
    "ts-node": "^8.8.2",
    "tsconfig": "^7.0.0",
    "tslint": "^6.1.1",
    "typescript": "^3.9.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/heuristicAL/trackit.git"
  },
  "keywords": [
    "FedEx",
    "UPS",
    "Postal",
    "Service",
    "Mail",
    "Package",
    "Shipping"
  ],
  "author": "Alexandre Giard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/heuristicAL/trackit/issues"
  }
}
