refactor structure to monorepo

This commit is contained in:
bossgeekgo
2024-02-11 19:56:29 +08:00
parent c108dd6b37
commit ae3f57ae34
19 changed files with 4602 additions and 95 deletions
@@ -0,0 +1,15 @@
{
"name": "@bossgeekgo/geek-auto-start-chat-with-boss",
"private": true,
"version": "1.0.0",
"description": "geek-auto-start-chat-with-boss",
"module": "./index.mjs",
"type": "module",
"scripts": {
},
"author": "bossgeekgo",
"license": "ISC",
"dependencies": {
"@bossgeekgo/utils": "workspace:*"
}
}