insomnia/packages/insomnia-cookies/package.json
2021-04-22 11:14:08 +12:00

16 lines
356 B
JSON

{
"name": "insomnia-cookies",
"version": "2.2.35-beta.3",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Cookie utilities",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "jest --silent"
},
"dependencies": {
"tough-cookie": "^2.3.3"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}