Files
cnb/demo/package.json
xiongxiao 840d2b557e temp
2026-02-02 18:15:03 +08:00

18 lines
392 B
JSON

{
"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"
}
}