2024-01-29 09:04:55 +01:00
|
|
|
{
|
|
|
|
"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",
|
2024-02-26 12:14:38 +01:00
|
|
|
"jsonwebtoken": "^9.0.2",
|
2024-01-29 09:04:55 +01:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"multer": "^1.4.5-lts.1"
|
|
|
|
}
|
|
|
|
}
|