Files
cli/assistant/src/module/local-apps/demos/demo/package.json
2025-12-05 01:12:24 +08:00

19 lines
319 B
JSON

{
"name": "demo",
"version": "0.0.1",
"description": "",
"main": "demo-dist/app.mjs",
"app": {
"entry": "demo-dist/app.mjs",
"type": "system-app"
},
"files": [
"dist"
],
"keywords": [
"ai"
],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module"
}