Create qqnt.json

This commit is contained in:
手瓜一十雪 2024-09-16 20:50:44 +08:00 committed by GitHub
parent cbcf8b4e6c
commit 31412d5018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
qqnt.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "QQ",
"version": "3.2.12-28060",
"private": true,
"description": "QQ",
"productName": "QQ",
"author": {
"name": "Tencent",
"email": "QQ-Team@tencent.com"
},
"homepage": "https://im.qq.com",
"sideEffects": true,
"bin": {
"qd": "externals/devtools/cli/index.js"
},
"main": "./index.js",
"buildVersion": "28060",
"platform": "linux",
"eleArch": "x64",
"linuxFormat": "deb"
}