{ "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" } }