2022-10-16 23:37:15 +02:00
|
|
|
{
|
2023-02-05 21:57:22 +01:00
|
|
|
"name": "@usebruno/cli",
|
2023-09-28 15:01:42 +02:00
|
|
|
"version": "0.10.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"
|
|
|
|
},
|
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-09-28 01:47:59 +02:00
|
|
|
"@usebruno/js": "0.6.0",
|
2023-09-24 22:40:12 +02:00
|
|
|
"@usebruno/lang": "0.4.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-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-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-02-05 22:04:27 +01:00
|
|
|
"yargs": "^17.6.2"
|
|
|
|
}
|
2022-10-16 23:37:15 +02:00
|
|
|
}
|