This commit is contained in:
xiongxiao
2026-02-02 18:15:03 +08:00
parent 69f2f4dc6a
commit 840d2b557e
3 changed files with 72 additions and 0 deletions

17
demo/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "demo",
"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.28.2",
"type": "module",
"dependencies": {
"@kevisual/cnb": "^0.0.13"
}
}