bruno/packages/bruno-cli/package.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2022-10-16 23:37:15 +02:00
{
2023-02-05 21:57:22 +01:00
"name": "@usebruno/cli",
2024-04-22 20:11:14 +02:00
"version": "1.14.0",
2023-09-28 01:47:59 +02:00
"license": "MIT",
2022-10-16 23:37:15 +02:00
"main": "src/index.js",
2023-02-05 21:57:22 +01:00
"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"
},
2022-10-16 23:37:15 +02:00
"files": [
"src",
2023-02-07 23:15:27 +01:00
"bin",
2023-04-01 10:18:35 +02:00
"readme.md",
2023-09-04 08:54:18 +02:00
"changelog.md",
2022-10-16 23:37:15 +02:00
"package.json"
2023-02-05 22:04:27 +01:00
],
"dependencies": {
2024-03-12 19:23:14 +01:00
"@aws-sdk/credential-providers": "3.525.0",
"@usebruno/common": "0.1.0",
2024-03-12 22:35:29 +01:00
"@usebruno/js": "0.11.0",
2024-04-22 20:11:14 +02:00
"@usebruno/lang": "0.12.0",
2024-02-23 19:12:28 +01:00
"aws4-axios": "^3.3.0",
2023-09-28 01:47:59 +02:00
"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",
2023-02-05 22:04:27 +01:00
"inquirer": "^9.1.4",
"json-bigint": "^1.0.0",
2023-02-07 23:15:27 +01:00
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"qs": "^6.11.0",
2023-10-08 19:09:33 +02:00
"socks-proxy-agent": "^8.0.2",
"vm2": "^3.9.13",
"xmlbuilder": "^15.1.1",
2023-02-05 22:04:27 +01:00
"yargs": "^17.6.2"
}
2022-10-16 23:37:15 +02:00
}