Files

21 lines
596 B
JSON

{
"name": "@geekgeekrun/run-core-of-geek-auto-start-chat-with-boss",
"private": true,
"version": "1.0.0",
"description": "run-core-of-geek-auto-start-chat-with-boss",
"module": "./index.mjs",
"type": "module",
"scripts": {
"start": "node ./daemon-main.mjs",
"start:bare": "node ./main.mjs"
},
"author": "geekgeekrun",
"license": "ISC",
"dependencies": {
"@geekgeekrun/dingtalk-plugin": "workspace:*",
"@geekgeekrun/geek-auto-start-chat-with-boss": "workspace:*",
"@geekgeekrun/utils": "workspace:*",
"@geekgeekrun/sqlite-plugin": "workspace:*"
}
}