{ "name": "file-transfer-automation", "version": "1.0.0", "description": "企业文件传输与权限自动化管理系统 - 飞书审批驱动", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "migrate": "node src/db/migrate.js" }, "dependencies": { "@larksuiteoapi/node-sdk": "^1.28.0", "express": "^4.18.2", "axios": "^1.6.0", "better-sqlite3": "^9.4.3", "pinyin-pro": "^3.18.0", "crypto-js": "^4.2.0", "dotenv": "^16.3.1", "winston": "^3.11.0", "dayjs": "^1.11.10", "express-rate-limit": "^7.1.4" }, "engines": { "node": ">=18.0.0" } }