-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 928 Bytes
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
{
"name": "chrome_ai",
"version": "1.0.0",
"description": "A modern, feature-rich Progressive Web App (PWA) for seamless AI conversations using Chrome's built-in Gemini Nano model. Built with zero dependencies and optimized for privacy and performance.",
"main": "sw.js",
"scripts": {
"build": "node build.mjs",
"build:dev": "node build.mjs --dev",
"watch": "node build.mjs --watch",
"watch:dev": "node build.mjs --watch --dev",
"dev": "node build.mjs --watch --dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arif891/ai_chat_ui.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/arif891/ai_chat_ui/issues"
},
"homepage": "https://github.com/arif891/ai_chat_ui#readme",
"devDependencies": {
"esbuild": "0.27.0"
}
}