-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "nullbyte",
"productName": "NullByte",
"version": "0.6.0-beta",
"description": "NullByte - AI Coding Assistant powered by Gemini",
"keywords": [
"electron",
"ai-assistant",
"coding-tool",
"gemini-api",
"developer-productivity",
"overlay",
"screen-capture",
"stealth-mode",
"code-analysis",
"gemma-3",
"gemini-3",
"desktop-tool"
],
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "electron .",
"build": "electron-builder --config electron-builder.yml",
"build:win": "electron-builder --win --config electron-builder.yml",
"build:mac": "electron-builder --mac --config electron-builder.yml",
"build:linux": "electron-builder --linux --config electron-builder.yml"
},
"author": "Yogesh Sharma",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/101yogeshsharma/NullByte.git"
},
"homepage": "https://github.com/101yogeshsharma/NullByte#readme",
"bugs": {
"url": "https://github.com/101yogeshsharma/NullByte/issues"
},
"dependencies": {
"@google/generative-ai": "^0.21.0"
},
"devDependencies": {
"electron": "^31.0.0",
"electron-builder": "^26.7.0"
}
}