{
  "name": "@arrowsphere/api-client",
  "repository": {
    "type": "git",
    "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
  },
  "version": "3.404.0",
  "description": "Node.js client for ArrowSphere's public API",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc --build",
    "clean": "rm -rf build/",
    "doc": "typedoc ./src/index.ts ./src/**/index.ts",
    "lint": "eslint ./{src,tests}/**/*.ts && prettier --list-different ./{src,tests}/**/*.ts",
    "lint:fix": "eslint ./{src,tests}/**/*.ts --fix && prettier --write ./{src,tests}/**/*.ts",
    "prepare": "npm run clean && npm run build",
    "test": "mocha -r ts-node/register \"tests/**/*.ts\"",
    "test:one": "mocha -r ts-node/register",
    "test:watch": "mocha --watch -r ts-node/register \"tests/**/*.ts\"",
    "test:coverage": "nyc --check-coverage npm run test",
    "test:coverage:report": "nyc report --reporter=lcov --reporter=text"
  },
  "keywords": [
    "arrow",
    "sphere",
    "api",
    "client",
    "nodejs"
  ],
  "author": "ArrowSphere <support@arrowsphereconnect.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/validatorjs": "3.15.0",
    "@types/chai": "4.2.15",
    "@types/chai-as-promised": "7.1.3",
    "@types/mocha": "^10.0.10",
    "@types/node": "18.19.9",
    "@types/sinon": "9.0.10",
    "@types/sinon-chai": "3.2.5",
    "@typescript-eslint/eslint-plugin": "8.62.0",
    "@typescript-eslint/parser": "8.62.0",
    "chai": "4.3.0",
    "chai-as-promised": "7.1.1",
    "eslint": "8.57.1",
    "eslint-config-prettier": "7.2.0",
    "eslint-plugin-prettier": "3.3.1",
    "eslint-plugin-tsdoc": "0.5.2",
    "husky": "^9.1.7",
    "joi": "17.13.4",
    "lint-staged": "16.4.0",
    "mocha": "11.7.6",
    "mocha-suppress-logs": "0.6.0",
    "nock": "14.0.10",
    "nyc": "18.0.0",
    "prettier": "2.2.1",
    "sinon": "22.0.0",
    "sinon-chai": "3.5.0",
    "ts-node": "10.9.2",
    "typescript": "4.7.4"
  },
  "resolutions": {
    "mocha/diff": "^8.0.3",
    "mocha/serialize-javascript": "^7.0.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.(ts|js)": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "bugs": {
    "url": "https://github.com/ArrowSphere/nodejs-api-client/issues"
  },
  "homepage": "https://github.com/ArrowSphere/nodejs-api-client#readme",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "axios": "1.18.1",
    "graphql": "16.8.1",
    "graphql-request": "7.3.5",
    "json-to-graphql-query": "2.3.0",
    "type-fest": "2.19.0",
    "validatorjs": "3.22.1"
  }
}
