2017-11-26 20:45:40 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-cookies",
|
2021-05-18 21:21:52 +00:00
|
|
|
"version": "2.3.0-beta.0",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2017-11-26 20:45:40 +00:00
|
|
|
"description": "Cookie utilities",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "packages/insomnia-cookies"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
|
|
},
|
2021-05-12 06:35:00 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"package.json",
|
|
|
|
"READEM.md"
|
|
|
|
],
|
2017-11-26 20:45:40 +00:00
|
|
|
"scripts": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"bootstrap": "npm run build",
|
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx",
|
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
|
|
"postclean": "rimraf dist",
|
|
|
|
"build": "tsc --build tsconfig.build.json",
|
|
|
|
"test": "jest"
|
2017-11-26 20:45:40 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"tough-cookie": "^2.3.3"
|
2019-11-22 16:15:46 +00:00
|
|
|
},
|
2020-01-06 19:02:54 +00:00
|
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|