{
  "name": "standard-json-api-connectors",
  "version": "0.3.1",
  "description": "Standardized HTTP JSON requests with standardized errors.",
  "type": "module",
  "main": "src/index.js",
  "scripts": {
    "lint": "npx standard",
    "lint-fix": "npx standard --fix",
    "test": "vitest --coverage -- --check-coverage --lines 100 --functions 100 --branches 100 --statements 100 --environment jsdom"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gyulanemeth/standard-json-api-connectors.git"
  },
  "keywords": [
    "API",
    "JSON",
    "HTTP",
    "GET",
    "POST",
    "PUT",
    "PATCH",
    "DELETE",
    "connector"
  ],
  "bugs": {
    "url": "https://github.com/gyulanemeth/standard-json-api-connectors/issues"
  },
  "homepage": "https://github.com/gyulanemeth/standard-json-api-connectors#readme",
  "dependencies": {
    "qs": "^6.10.5",
    "standard-api-errors": "^1.1.0"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^0.34.2",
    "standard": "^17.0.0",
    "vitest": "^0.34.2"
  },
  "author": "GYN",
  "license": "MIT"
}
