{
  "name": "@distributeaid/flexport-sdk",
  "version": "2.6.6",
  "description": "JavaScript client SDK for Flexport's API v2",
  "scripts": {
    "test": "jest",
    "prettier": "prettier --write src/**/*.ts api-docs/*.yaml adr/*.md",
    "postinstall": "check-node-version --package"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/distributeaid/flexport-sdk-js.git"
  },
  "keywords": [
    "Distribute Aid",
    "Flexport"
  ],
  "author": "Distribute Aid | https://distributeaid.org/",
  "license": "AGPL-3.0-only",
  "bugs": {
    "url": "https://github.com/distributeaid/flexport-sdk-js/issues"
  },
  "homepage": "https://github.com/distributeaid/flexport-sdk-js#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged && npm test"
    }
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "prettier --write",
      "eslint --ext .js,.ts"
    ],
    "*.{md,json,yaml,yml,js}": [
      "prettier --write"
    ]
  },
  "devDependencies": {
    "@bifravst/code-style": "8.0.42",
    "@commitlint/cli": "9.1.2",
    "@commitlint/config-angular": "9.1.2",
    "@distributeaid/flexport-api-sandbox": "^1.5.4",
    "@semantic-release/commit-analyzer": "8.0.1",
    "@types/jest": "26.0.10",
    "@types/js-yaml": "3.12.5",
    "husky": "4.2.5",
    "jest": "26.4.2",
    "js-yaml": "3.14.0",
    "semantic-release": "17.1.1",
    "ts-jest": "26.3.0",
    "ts-loader": "8.0.3",
    "typescript": "4.0.2"
  },
  "jest": {
    "testURL": "http://localhost",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": ".+\\.spec\\.ts$",
    "coverageReporters": [
      "html",
      "lcov"
    ],
    "globals": {
      "ts-jest": {
        "diagnostics": true
      }
    }
  },
  "release": {
    "branches": [
      "saga"
    ],
    "remoteTags": true
  },
  "dependencies": {
    "check-node-version": "^4.0.3",
    "deepmerge": "^4.2.2",
    "fetch-ponyfill": "^6.1.1",
    "fp-ts": "^2.8.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "package-lock.json",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0"
  }
}
