56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "egg_server",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run index.ts",
|
|
"dev": "bun run index.ts --watch",
|
|
"lint": "oxlint --fix .",
|
|
"prepare": "husky",
|
|
"prettier": "prettier --write ."
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"oxlint --fix",
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.8.0",
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
"@eslint/js": "^9.22.0",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node-schedule": "^2.1.7",
|
|
"@types/uuid": "^10.0.0",
|
|
"bun-types": "^1.2.5",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.5.0",
|
|
"oxlint": "^0.13.2",
|
|
"prettier": "^3.5.3",
|
|
"typescript-eslint": "^8.26.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"@egg/hooks": "^1.2.0",
|
|
"@egg/lark-msg-tool": "^1.21.4",
|
|
"@egg/logger": "^1.9.0",
|
|
"@egg/net-tool": "^1.32.6",
|
|
"@egg/path-tool": "^1.4.1",
|
|
"@langchain/core": "^0.3.42",
|
|
"@langchain/langgraph": "^0.2.56",
|
|
"@langchain/openai": "^0.3.17",
|
|
"joi": "^17.13.3",
|
|
"jsdom": "^26.0.0",
|
|
"langfuse-langchain": "^3.37.0",
|
|
"node-schedule": "^2.1.1",
|
|
"p-limit": "^6.2.0",
|
|
"pocketbase": "^0.23.0",
|
|
"uuid": "^10.0.0"
|
|
}
|
|
} |