{
  "name": "xandr-sdk",
  "description": "An SDK to use the Xandr API",
  "private": false,
  "version": "1.0.87",
  "license": "UNLICENSED",
  "repository": "https://github.com/alliance-gravity/xandr-sdk",
  "main": "dist/src/index.js",
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .ts",
    "test": "env ENABLE_NOCK=true mocha -r ts-node/register test/**/*.ts",
    "test-no-intercept": "env ENABLE_NOCK=false mocha -r ts-node/register test/**/*.ts"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.45",
    "@types/node-fetch": "^2.6.1",
    "@types/tldjs": "^2.3.1",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "chai": "^4.3.6",
    "eslint": "^7.32.0",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.25.2",
    "mocha": "^9.2.2",
    "nock": "^13.2.4",
    "ts-node": "^10.7.0",
    "typescript": "^4.4.2"
  },
  "dependencies": {
    "avsc": "^5.7.7",
    "form-data": "^4.0.0",
    "node-fetch": "^2.6.1",
    "tldjs": "^2.3.1"
  }
}
