flumm-fetch-cookies/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2019-01-13 22:30:17 +00:00
{
"name": "flumm-fetch-cookies",
2020-06-17 13:28:09 +00:00
"version": "1.4.0",
"description": "flumm-fetch wrapper that adds support for cookie-jars",
2019-01-13 22:30:17 +00:00
"main": "src/index.mjs",
"engines": {
"node": ">=11.14.0"
2019-01-13 22:30:17 +00:00
},
"files": [
"src/"
],
2019-01-13 22:30:17 +00:00
"scripts": {
2020-06-17 13:28:09 +00:00
"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"
2019-01-13 22:30:17 +00:00
},
"repository": {
"type": "git",
2019-11-25 03:02:17 +00:00
"url": "git+https://github.com/kein-Bot/flumm-fetch-cookies.git"
2019-01-13 22:30:17 +00:00
},
"keywords": [
"cookie",
"cookie-jar",
"flumm-fetch",
2019-01-13 22:30:17 +00:00
"fetch"
],
2019-11-25 03:02:17 +00:00
"author": "flummi & jkhsjdhjs",
2019-01-13 22:30:17 +00:00
"license": "MIT",
"bugs": {
2019-11-25 03:02:17 +00:00
"url": "https://github.com/kein-Bot/flumm-fetch-cookies/issues"
2019-01-13 22:30:17 +00:00
},
2019-11-25 14:41:12 +00:00
"homepage": "https://github.com/kein-Bot/flumm-fetch-cookies#readme",
"dependencies": {
2020-02-13 13:55:13 +00:00
"flumm-fetch": "^1.0.1"
2020-06-17 13:28:09 +00:00
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "2.0.5"
2019-11-25 14:41:12 +00:00
}
2019-01-13 22:30:17 +00:00
}