got-send-url
Version:
got-send-url is a GOT based HTTP request library for Node.js
35 lines (34 loc) • 752 B
JSON
{
"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"
}
}