mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
39 lines
762 B
JSON
39 lines
762 B
JSON
{
|
|
"name": "@usebruno/cli",
|
|
"version": "0.10.1",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"bin",
|
|
"readme.md",
|
|
"changelog.md",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"@usebruno/js": "0.6.0",
|
|
"@usebruno/lang": "0.4.0",
|
|
"axios": "^1.5.1",
|
|
"chai": "^4.3.7",
|
|
"chalk": "^3.0.0",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"handlebars": "^4.7.8",
|
|
"inquirer": "^9.1.4",
|
|
"lodash": "^4.17.21",
|
|
"mustache": "^4.2.0",
|
|
"qs": "^6.11.0",
|
|
"yargs": "^17.6.2"
|
|
}
|
|
}
|