2022-10-16 23:37:15 +02:00
|
|
|
{
|
2023-02-05 21:57:22 +01:00
|
|
|
"name": "@usebruno/cli",
|
2024-05-06 12:54:00 +02:00
|
|
|
"version": "1.16.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"
|
|
|
|
},
|
2023-04-01 10:23:32 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/usebruno/bruno/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/usebruno/bruno.git"
|
|
|
|
},
|
2023-09-29 02:58:25 +02:00
|
|
|
"scripts": {
|
2024-08-23 12:48:41 +02:00
|
|
|
"test": "node --experimental-vm-modules $(npx which jest)"
|
2023-09-29 02:58:25 +02:00
|
|
|
},
|
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-10-17 07:34:47 +02:00
|
|
|
"@aws-sdk/credential-providers": "3.658.1",
|
2024-01-29 12:47:24 +01:00
|
|
|
"@usebruno/common": "0.1.0",
|
2024-05-06 12:54:00 +02:00
|
|
|
"@usebruno/js": "0.12.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",
|
2024-10-17 07:34:47 +02:00
|
|
|
"axios": "1.7.5",
|
2023-02-07 23:43:22 +01:00
|
|
|
"chai": "^4.3.7",
|
2023-02-05 22:27:59 +01:00
|
|
|
"chalk": "^3.0.0",
|
2023-10-05 17:45:38 +02:00
|
|
|
"decomment": "^0.9.5",
|
2023-02-07 23:43:22 +01:00
|
|
|
"form-data": "^4.0.0",
|
2023-02-05 23:10:13 +01:00
|
|
|
"fs-extra": "^10.1.0",
|
2023-10-05 02:31:34 +02:00
|
|
|
"http-proxy-agent": "^7.0.0",
|
|
|
|
"https-proxy-agent": "^7.0.2",
|
2024-03-04 11:02:35 +01:00
|
|
|
"json-bigint": "^1.0.0",
|
2023-02-07 23:15:27 +01:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"qs": "^6.11.0",
|
2023-10-08 19:09:33 +02:00
|
|
|
"socks-proxy-agent": "^8.0.2",
|
2024-10-17 07:34:47 +02:00
|
|
|
"@usebruno/vm2": "^3.9.13",
|
2023-12-15 16:09:20 +01:00
|
|
|
"xmlbuilder": "^15.1.1",
|
2023-02-05 22:04:27 +01:00
|
|
|
"yargs": "^17.6.2"
|
|
|
|
}
|
2022-10-16 23:37:15 +02:00
|
|
|
}
|