flumm-fetch-cookies/package.json
2020-05-31 19:04:20 +02:00

35 lines
732 B
JSON

{
"name": "node-fetch-cookies",
"version": "1.3.6",
"description": "node-fetch wrapper that adds support for cookie-jars",
"main": "src/index.mjs",
"engines": {
"node": ">=11.14.0"
},
"files": [
"src/"
],
"scripts": {
"test": "node test/index.mjs"
},
"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"
}
}