{
  "name": "@studio/json-request",
  "version": "4.0.0",
  "description": "A tiny Node HTTP(S) request wrapper, for JSON requests and responses",
  "main": "lib/request.js",
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha",
    "watch": "mocha --watch",
    "build": "tsc --project tsconfig.pack.json",
    "clean": "rimraf --glob 'lib/*.d.ts'",
    "prepack": "npm run build",
    "postpack": "npm run clean",
    "preversion": "npm run lint && tsc && npm test",
    "version": "changes --commits --footer",
    "postversion": "git push --follow-tags && npm publish"
  },
  "keywords": [
    "http",
    "https",
    "json",
    "request",
    "timeout",
    "validation"
  ],
  "author": "Maximilian Antoni <max@javascript.studio>",
  "homepage": "https://github.com/javascript-studio/studio-json-request",
  "eslintConfig": {
    "extends": "@studio"
  },
  "dependencies": {
    "@studio/fail": "^1.8.0",
    "@studio/log": "^2.1.2",
    "@types/node": "^16.18.76"
  },
  "devDependencies": {
    "@sinonjs/referee-sinon": "^12.0.0",
    "@studio/changes": "^3.0.0",
    "@studio/eslint-config": "^6.0.0",
    "@studio/log-x": "^1.3.1",
    "@studio/tsconfig": "^1.3.0",
    "eslint": "^8.56.0",
    "mocha": "^10.2.0",
    "typescript": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/javascript-studio/studio-json-request.git"
  },
  "files": [
    "lib",
    "LICENSE",
    "README.md"
  ],
  "license": "MIT"
}
