bruno/packages/bruno-cli/package.json

39 lines
762 B
JSON
Raw Normal View History

2022-10-16 23:37:15 +02:00
{
2023-02-05 21:57:22 +01:00
"name": "@usebruno/cli",
"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"
},
"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",
"@usebruno/lang": "0.4.0",
2023-09-28 01:47:59 +02:00
"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",
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
}