mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 23:28:33 -04:00
* v3.18.0 * Bump app version to 2023.4.0 and lerna package versions --------- Co-authored-by: Jack Kavanagh <3679927+jackkav@users.noreply.github.com>
22 lines
555 B
JSON
22 lines
555 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-plugin-default-headers",
|
|
"version": "3.18.0",
|
|
"author": "Kong <office@konghq.com>",
|
|
"description": "Various data importers for Insomnia",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-default-headers"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "default-headers",
|
|
"description": "Add default headers to requests"
|
|
}
|
|
}
|