bruno/packages/bruno-electron/package.json

57 lines
1.5 KiB
JSON
Raw Normal View History

{
2023-10-10 01:10:03 +02:00
"version": "v0.22.1",
2022-10-17 17:34:05 +02:00
"name": "bruno",
"description": "Opensource API Client for Exploring and Testing APIs",
"homepage": "https://www.usebruno.com",
"private": true,
"main": "src/index.js",
2022-10-17 17:34:05 +02:00
"author": "Anoop M D <anoop.md1421@gmail.com> (https://helloanoop.com/)",
"scripts": {
"clean": "rimraf dist",
"dev": "electron .",
"dist": "electron-builder --mac --config electron-builder-config.js",
"pack": "electron-builder --dir",
"test": "jest"
},
"dependencies": {
"@usebruno/js": "0.8.0",
2023-10-10 01:08:56 +02:00
"@usebruno/lang": "0.7.0",
2023-09-28 01:47:59 +02:00
"@usebruno/schema": "0.5.0",
"about-window": "^1.15.2",
"axios": "^1.5.1",
2023-01-29 13:05:28 +01:00
"chai": "^4.3.7",
2023-10-10 01:31:05 +02:00
"chai-string": "^1.5.0",
"chokidar": "^3.5.3",
"decomment": "^0.9.5",
2023-02-22 14:45:37 +01:00
"dotenv": "^16.0.3",
"electron-is-dev": "^2.0.0",
2023-02-22 14:45:37 +01:00
"electron-notarize": "^1.2.2",
"electron-store": "^8.1.0",
"electron-util": "^0.17.2",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
2023-02-01 00:39:42 +01:00
"graphql": "^16.6.0",
"handlebars": "^4.7.8",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"nanoid": "3.3.4",
"node-machine-id": "^1.1.12",
2023-01-29 15:22:13 +01:00
"qs": "^6.11.0",
2023-10-08 17:04:16 +02:00
"socks-proxy-agent": "^8.0.2",
"uuid": "^9.0.0",
2023-01-24 13:57:47 +01:00
"vm2": "^3.9.13",
"yup": "^0.32.11"
},
"optionalDependencies": {
"dmg-license": "^1.0.11"
},
"devDependencies": {
2023-01-18 16:25:10 +01:00
"electron": "21.1.1",
2022-12-21 20:04:10 +01:00
"electron-builder": "23.0.2",
2022-10-17 17:34:05 +02:00
"electron-icon-maker": "^0.0.5"
}
}