chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "wechat-claude-code",
|
||||
"version": "1.0.0",
|
||||
"description": "Chat with Claude Code from WeChat - a Claude Code Skill that bridges personal WeChat to local Claude Code",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"postinstall": "npm run build",
|
||||
"start": "node dist/main.js",
|
||||
"run": "node dist/main.js start",
|
||||
"dev": "tsc --watch",
|
||||
"test": "node --test dist/tests/*.test.js",
|
||||
"setup": "node dist/main.js setup",
|
||||
"daemon": "bash scripts/daemon.sh",
|
||||
"visualize": "npx tsx src/tools/visualize-logs.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"qrcode": "^1.5.4",
|
||||
"qrcode-terminal": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"@types/qrcode-terminal": "^0.12.0",
|
||||
"typescript": "^5.7.0"
|
||||
},
|
||||
"keywords": ["wechat", "claude-code", "claude", "bridge", "chat", "skill"],
|
||||
"author": "Wechat-ggGitHub",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Wechat-ggGitHub/wechat-claude-code.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user