opendb/database/uni-mall/package.json
2020-08-05 10:54:23 +08:00

17 lines
381 B
JSON

{
"name": "@opendb/uni-mall",
"version": "0.0.1",
"description": "电商系统",
"keywords": ["电商系统"],
"opendb": {
"type": "database",
"title": "电商系统"
},
"dependencies": {
"@opendb/uni-id-users": "^0.0.1",
"@opendb/uni-mall-goods": "^0.0.1",
"@opendb/uni-mall-categories": "^0.0.1",
"@opendb/uni-mall-comments": "^0.0.1"
}
}