mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-11-28 07:20:23 +08:00
14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"openai": "^5.23.1"
|
|
}
|
|
}
|