jkhsjdhjs
d2e88e3b1a
featuring an actually working usage example! also: change exports in index.mjs for easier import
32 lines
726 B
JSON
32 lines
726 B
JSON
{
|
|
"name": "node-fetch-cookies",
|
|
"version": "1.0.3",
|
|
"description": "node-fetch wrapper that adds support for cookie-jars",
|
|
"main": "src/index.mjs",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jkhsjdhjs/node-fetch-cookies.git"
|
|
},
|
|
"keywords": [
|
|
"cookie",
|
|
"cookie-jar",
|
|
"node-fetch",
|
|
"fetch"
|
|
],
|
|
"author": "jkhsjdhjs",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jkhsjdhjs/node-fetch-cookies/issues"
|
|
},
|
|
"homepage": "https://github.com/jkhsjdhjs/node-fetch-cookies#readme",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.0"
|
|
}
|
|
}
|