mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-13 23:59:19 +00:00
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"name": "rc-plugin",
|
|
"description": "rebuild-ver",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"form-data": "^4.0.1",
|
|
"node-id3": "^0.2.6",
|
|
"p-queue": "^8.0.1",
|
|
"qrcode": "^1.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.6.2"
|
|
}
|
|
} |