mirror of
https://github.com/crystelf/crystelf-admin.git
synced 2025-12-05 13:41:57 +00:00
32 lines
577 B
JSON
32 lines
577 B
JSON
{
|
|
"name": "crystelf-admin",
|
|
"version": "1.0.0",
|
|
"description": "晶灵管理插件",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"keywords": [
|
|
"TRSS-Yunzai",
|
|
"crystelf-admin"
|
|
],
|
|
"author": "Jerry",
|
|
"License": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"chalk": "^5.4.1",
|
|
"form-data": "^4.0.4",
|
|
"ws": "^8.18.1"
|
|
},
|
|
"imports": {},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.23.0",
|
|
"eslint": "^8.57.1",
|
|
"globals": "^16.0.0",
|
|
"prettier": "^3.5.3"
|
|
}
|
|
}
|