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
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@bossgeekgo/geek-auto-start-chat-with-boss",
"name": "bossgeekgo",
"private": true,
"version": "1.0.0",
"description": "geek-auto-start-chat-with-boss",
"module": "./main/index.mjs",
"type": "module",
"scripts": {
"start": "node ./main/index.mjs"
"start": "node ./packages/run-core-of-geek-auto-start-chat-with-boss/index.mjs"
},
"author": "bossgeekgo",
"license": "ISC",