mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-13 06:23:01 +08:00
16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"name": "@opendb/uni-mall",
|
|
"version": "0.0.1",
|
|
"description": "电商系统",
|
|
"keywords": ["电商系统"],
|
|
"opendb": {
|
|
"type": "database"
|
|
},
|
|
"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"
|
|
}
|
|
}
|