insomnia/packages/insomnia-send-request/package.json
Jack Kavanagh 5a2cd8fd9c
Bump/minors-and-types (#7234)
* bump minors and types

* lock

* fix types

* windback

* yaml-source-map pins to yaml 1.6.0

* swagger css path

* fix tests

* fix type

* fix o2k tests

* fix markdown

* fix smoke tests
2024-04-04 14:48:56 +02:00

44 lines
1.1 KiB
JSON

{
"private": true,
"name": "insomnia-send-request",
"license": "Apache-2.0",
"version": "9.0.0-beta.3",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/send-request/index.d.ts",
"dependencies": {
"@getinsomnia/node-libcurl": "^2.4.1-9",
"@segment/analytics-node": "1.0.0",
"@stoplight/spectral-core": "^1.18.3",
"@stoplight/spectral-formats": "^1.6.0",
"@stoplight/spectral-rulesets": "^1.18.1",
"aws4": "^1.12.0",
"axios": "^1.6.8",
"clone": "^2.1.2",
"color": "^3.1.2",
"fuzzysort": "^1.2.1",
"hawk": "9.0.2",
"hkdf": "0.0.2",
"html-entities": "^2.5.2",
"httpsnippet": "^2.0.0",
"isomorphic-git": "^1.5.0",
"jshint": "^2.13.6",
"jsonlint-mod-fixed": "1.7.7",
"jsonpath-plus": "^6.0.1",
"marked": "^5.1.1",
"mime-types": "^2.1.35",
"multiparty": "^4.2.3",
"@seald-io/nedb": "^4.0.4",
"node-forge": "^1.3.1",
"nunjucks": "^3.2.4",
"oauth-1.0a": "^2.2.6",
"tough-cookie": "^4.1.3",
"url-join": "^4.0.1",
"uuid": "^8.3.2",
"yaml": "^1.6.0"
},
"devDependencies": {},
"scripts": {},
"description": ""
}