mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
9f81e6dc73
* feat(#1003): oauth2 support Co-authored-by: lohit-1 <lohit@usebruno.com>
35 lines
825 B
JSON
35 lines
825 B
JSON
{
|
|
"name": "@usebruno/tests",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/usebruno/bruno-testbench.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/usebruno/bruno-testbench/issues"
|
|
},
|
|
"homepage": "https://github.com/usebruno/bruno-testbench#readme",
|
|
"dependencies": {
|
|
"axios": "^1.5.1",
|
|
"body-parser": "^1.20.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.1",
|
|
"express-basic-auth": "^1.2.1",
|
|
"express-xml-bodyparser": "^0.3.0",
|
|
"http-proxy": "^1.18.1",
|
|
"js-yaml": "^4.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lodash": "^4.17.21",
|
|
"multer": "^1.4.5-lts.1"
|
|
}
|
|
}
|