{
  "name": "got-send-url",
  "version": "1.2.2",
  "description": "got-send-url is a GOT based HTTP request library for Node.js",
  "main": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/KyungTaeLa/got-send-url"
  },
  "homepage": "https://github.com/KyungTaeLa/got-send-url",
  "author": {
    "name": "KyungTae Na",
    "email": "ktra0@naver.com"
  },
  "scripts": {
    "build": "tsc",
    "deploy": "npm publish"
  },
  "keywords": [
    "got",
    "sendurl",
    "send-url",
    "send.url",
    "got-send-url"
  ],
  "license": "ISC",
  "devDependencies": {
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "got": "^11.8.6",
    "https-proxy-agent": "^7.0.4"
  }
}
