This commit is contained in:
2025-04-14 23:58:17 +08:00
commit b92686ce29
55 changed files with 2352 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "client-mark",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.6.2",
"type": "module",
"devDependencies": {
"@types/node": "^22.14.1"
}
}