mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@usebruno/cli",
|
|
"version": "1.16.0",
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"bin": {
|
|
"bru": "./bin/bru.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/usebruno/bruno/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/usebruno/bruno.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"bin",
|
|
"readme.md",
|
|
"changelog.md",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"@aws-sdk/credential-providers": "3.525.0",
|
|
"@usebruno/common": "0.1.0",
|
|
"@usebruno/js": "0.12.0",
|
|
"@usebruno/lang": "0.12.0",
|
|
"aws4-axios": "^3.3.0",
|
|
"axios": "^1.5.1",
|
|
"chai": "^4.3.7",
|
|
"chalk": "^3.0.0",
|
|
"decomment": "^0.9.5",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.2",
|
|
"inquirer": "^9.1.4",
|
|
"json-bigint": "^1.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mustache": "^4.2.0",
|
|
"qs": "^6.11.0",
|
|
"socks-proxy-agent": "^8.0.2",
|
|
"vm2": "^3.9.13",
|
|
"xmlbuilder": "^15.1.1",
|
|
"yargs": "^17.6.2"
|
|
}
|
|
}
|