MCS-MCSManager/scripts/package.json
2025-09-28 17:24:16 +08:00

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"
}
}