crystelf-plugin/package.json
2025-04-24 17:37:22 +08:00

31 lines
572 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"
},
"imports": {},
"devDependencies": {
"@eslint/js": "^9.23.0",
"eslint": "^8.57.1",
"globals": "^16.0.0",
"prettier": "^3.5.3"
}
}