{ "name": "eternalai", "version": "1.0.0", "description": "永恒的 AI 系统", "main": "server.js", "scripts": { "start": "node server.js", "test": "jest" }, "keywords": [ "ai", "eternal", "agent" ], "author": "chigulong", "license": "MIT", "directories": { "doc": "docs", "test": "tests" }, "repository": { "type": "git", "url": "http://chigulong:EternalAI2026!@gitea.fischerai.cn/chigulong/EternalAI.git" }, "dependencies": { "express": "^5.2.1" } }