mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
cc8f3de8be
* feat: upgrade libraries and code cleanup
35 lines
815 B
JSON
35 lines
815 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.7.5",
|
|
"body-parser": "1.20.3",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"express": "4.21.1",
|
|
"express-basic-auth": "^1.2.1",
|
|
"fast-xml-parser": "^4.5.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"
|
|
}
|
|
}
|