flumm-fetch-cookies/package.json

30 lines
692 B
JSON

{
"name": "flumm-fetch-cookies",
"version": "1.0.6",
"description": "flumm-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://gitfap.de/keinBot/flumm-fetch-cookies.git"
},
"keywords": [
"cookie",
"cookie-jar",
"flumm-fetch",
"fetch"
],
"private": "true",
"author": "jkhsjdhjs",
"license": "MIT",
"bugs": {
"url": "https://gitfap.de/keinBot/flumm-fetch-cookies/issues"
},
"homepage": "https://gitfap.de/keinBot/flumm-fetch-cookies#readme"
}