Files
wingautomation/package.json
T
2026-07-24 11:34:38 +08:00

26 lines
629 B
JSON

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