| { | |
| "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" | |
| } | |
| } | |