mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-07-04 14:19:19 +00:00
32 lines
593 B
JSON
32 lines
593 B
JSON
{
|
|
"name": "crystelf-plugin",
|
|
"version": "1.0.0",
|
|
"description": "适配crystelf-core的Yunzai插件",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"keywords": [
|
|
"TRSS-Yunzai",
|
|
"crystelf-plugin"
|
|
],
|
|
"author": "Jerry",
|
|
"License": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"chalk": "^5.4.1",
|
|
"openai": "^4.89.0",
|
|
"ws": "^8.18.1"
|
|
},
|
|
"imports": {},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.23.0",
|
|
"eslint": "^8.57.1",
|
|
"globals": "^16.0.0",
|
|
"prettier": "^3.5.3"
|
|
}
|
|
}
|