-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 998 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 998 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "vibe-code",
"version": "1.0.0",
"description": "Professional AI programming assistant website with theme switching and multi-language support",
"main": "index.html",
"scripts": {
"start": "python -m http.server 8000",
"serve": "npx serve .",
"dev": "npx live-server .",
"deploy": "gh-pages -d .",
"build": "echo 'No build step required for static site'",
"test": "echo 'No tests specified'"
},
"repository": {
"type": "git",
"url": "https://github.com/xianyu110/vibe-code.git"
},
"keywords": [
"ai",
"programming",
"assistant",
"claude",
"openai",
"codex",
"github-pages",
"multi-language",
"theme-switching"
],
"author": "Vibe Code Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/xianyu110/vibe-code/issues"
},
"homepage": "https://xianyu110.github.io/vibe-code",
"devDependencies": {
"gh-pages": "^6.0.0",
"live-server": "^1.2.2",
"serve": "^14.2.1"
}
}