{
  "name": "salesloft",
  "version": "1.2.0",
  "description": "",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "mocha tests/**/*.ts -r ts-node/register -R mocha-junit-reporter",
    "lint": "tslint -c tslint.json 'src/**/*.ts'",
    "prepublish": "npm run build",
    "prepush": "npm run build",
    "build": "npm run build:clean && tsc",
    "build:clean": "shx rm -rf ./dist"
  },
  "author": "Alex Leventer",
  "license": "MIT",
  "dependencies": {
    "@types/request": "^2.48.1",
    "@types/request-promise": "^4.1.42",
    "axios": "^0.18.0",
    "request": "^2.88.0",
    "request-promise": "^4.2.2",
    "tslint-config-airbnb": "^5.11.1"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.5",
    "assert": "^1.4.1",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "mocha-junit-reporter": "^1.18.0",
    "shx": "^0.3.2",
    "ts-node": "^7.0.1",
    "tslint": "^5.12.0",
    "typescript": "^3.2.2"
  }
}
