{
  "name": "internxt-sdk",
  "version": "1.4.10",
  "description": "An sdk for interacting with Internxt's services",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/internxt/sdk.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/internxt/sdk/issues"
  },
  "homepage": "https://github.com/internxt/sdk#readme",
  "files": ["dist"],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "husky install",
    "test": "jest --detectOpenHandles test/",
    "test:cov": "jest --coverage",
    "build": "tsc",
    "lint": "eslint src/**/*.ts --max-warnings=0",
    "format": "prettier src/**/*.ts"
  },
  "devDependencies": {
    "@types/jest": "^27.0.1",
    "@types/sinon": "^10.0.6",
    "@types/uuid": "^8.3.4",
    "eslint": "^7.32.0",
    "husky": "^7.0.1",
    "jest": "^27.0.6",
    "prettier": "^2.3.2",
    "sinon": "^12.0.1",
    "ts-jest": "^27.0.5",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "axios": "^0.24.0",
    "query-string": "^7.1.0",
    "uuid": "^8.3.2"
  }
}
