File size: 879 Bytes
3dd8e3c
 
d860be8
3dd8e3c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0d9dfdb
 
 
3dd8e3c
d860be8
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
{
  "name": "opencode-web-hf",
  "version": "0.1.3",
  "description": "OpenCode AI Web Interface - 免 VPN 访问的基础版本",
  "main": "Dockerfile",
  "scripts": {
    "release": "git commit -m \"release: v$(npm version --no-git-tag-version)\"",
    "version": "node -e \"console.log(require('./package.json').version)\"",
    "changelog": "echo '查看 CHANGELOG.md 获取详细信息'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/airsltd/hfoc"
  },
  "keywords": [
    "opencode",
    "ai",
    "coding",
    "huggingface",
    "web-interface"
  ],
  "author": "OpenCode AI Team",
  "license": "MIT",
  "homepage": "https://airsltd-hfoc.hf.space",
  "engines": {
    "node": ">=18.0.0"
  },
  "release": {
    "branch": "main",
    "tag": true,
    "message": "release: v%version%"
  },
  "dependencies": {
    "googleapis": "^168.0.0"
  }
}