mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
32 lines
722 B
JSON
32 lines
722 B
JSON
{
|
|
"name": "@usebruno/testbench",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/usebruno/bruno"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/usebruno/bruno/issues"
|
|
},
|
|
"homepage": "https://github.com/usebruno/bruno",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.0",
|
|
"config": "^3.3.8",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.1",
|
|
"express-xml-bodyparser": "^0.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"lodash": "^4.17.21",
|
|
"multer": "^1.4.5-lts.1"
|
|
}
|
|
}
|