flumm-fetch-cookies/package.json

35 lines
755 B
JSON
Raw Normal View History

2019-01-13 22:30:17 +00:00
{
"name": "node-fetch-cookies",
"version": "1.2.3",
2019-01-13 22:30:17 +00:00
"description": "node-fetch wrapper that adds support for cookie-jars",
"main": "src/index.mjs",
"engines": {
"node": ">=10.0.0"
2019-01-13 22:30:17 +00:00
},
"files": [
"src/"
],
2019-01-13 22:30:17 +00:00
"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"
2019-01-13 22:30:17 +00:00
}
}