2022-10-16 23:37:15 +02:00
|
|
|
{
|
2023-02-05 21:57:22 +01:00
|
|
|
"name": "@usebruno/cli",
|
2023-10-23 10:39:24 +02:00
|
|
|
"version": "0.15.1",
|
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": {
|
|
|
|
"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": {
|
2023-10-23 10:39:24 +02:00
|
|
|
"@usebruno/js": "0.9.1",
|
2023-10-22 23:58:22 +02:00
|
|
|
"@usebruno/lang": "0.9.0",
|
2023-09-28 01:47:59 +02:00
|
|
|
"axios": "^1.5.1",
|
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-09-24 22:40:12 +02:00
|
|
|
"handlebars": "^4.7.8",
|
2023-10-05 02:31:34 +02:00
|
|
|
"http-proxy-agent": "^7.0.0",
|
|
|
|
"https-proxy-agent": "^7.0.2",
|
2023-02-05 22:04:27 +01:00
|
|
|
"inquirer": "^9.1.4",
|
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",
|
2023-02-05 22:04:27 +01:00
|
|
|
"yargs": "^17.6.2"
|
|
|
|
}
|
2022-10-16 23:37:15 +02:00
|
|
|
}
|