mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-11-28 07:20:23 +08:00
37 lines
836 B
JSON
37 lines
836 B
JSON
{
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"openai": "^5.23.1"
|
|
}
|
|
},
|
|
"node_modules/openai": {
|
|
"version": "5.23.1",
|
|
"resolved": "https://registry.npmjs.org/openai/-/openai-5.23.1.tgz",
|
|
"integrity": "sha512-APxMtm5mln4jhKhAr0d5zP9lNsClx4QwJtg8RUvYSSyxYCTHLNJnLEcSHbJ6t0ori8Pbr9HZGfcPJ7LEy73rvQ==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"openai": "bin/cli"
|
|
},
|
|
"peerDependencies": {
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ws": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|