{
  "name": "eloqua-rest-api",
  "version": "1.0.18",
  "description": "A REST API client for Oracle Eloqua",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "yarn jest --testPathIgnorePatterns='e2e-tests/'",
    "e2e-test": "yarn jest --rootDir='lib/e2e-tests'",
    "build": "shx rm -rf ./dist && tsc",
    "prepare": "yarn build",
    "prepublishOnly": "yarn test"
  },
  "author": "Mehrdad Youssefi (themehrdad@gmail.com)",
  "license": "MIT",
  "repository": "https://github.com/themehrdad/eloqua-rest-api.git",
  "dependencies": {
    "axios": "^0.19.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.23",
    "@types/node": "^12.12.16",
    "jest": "^24.9.0",
    "jest-extended": "^0.11.2",
    "shelljs": "^0.8.3",
    "ts-jest": "^24.2.0",
    "typescript": "^3.7.3"
  },
  "private": false,
  "keywords": [
    "eloqua",
    "rest api"
  ],
  "files": [
    "lib",
    "dist",
    "READE.md",
    "package.json",
    "tsconfig.json"
  ]
}
