mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-05 07:27:35 +08:00
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"name": "@geekgeekrun/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": "geekgeekrun",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@geekgeekrun/utils": "workspace:*"
|
|
}
|
|
}
|