{
    "name": "flumm-fetch-cookies",
    "version": "1.4.0",
    "description": "flumm-fetch wrapper that adds support for cookie-jars",
    "main": "src/index.mjs",
    "engines": {
        "node": ">=11.14.0"
    },
    "files": [
        "src/"
    ],
    "scripts": {
        "test": "npx eslint --ext mjs . && npx prettier --check package.json package-lock.json .travis.yml .prettierrc.json .eslintrc.json README.md && node --experimental-modules test/index.mjs"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kein-Bot/flumm-fetch-cookies.git"
    },
    "keywords": [
        "cookie",
        "cookie-jar",
        "flumm-fetch",
        "fetch"
    ],
    "author": "flummi & jkhsjdhjs",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/kein-Bot/flumm-fetch-cookies/issues"
    },
    "homepage": "https://github.com/kein-Bot/flumm-fetch-cookies#readme",
    "dependencies": {
        "flumm-fetch": "^1.0.1"
    },
    "devDependencies": {
        "eslint": "^7.2.0",
        "eslint-config-prettier": "^6.11.0",
        "eslint-plugin-prettier": "^3.1.4",
        "prettier": "2.0.5"
    }
}
