WechatOwnerService/package.json
2022-10-14 10:37:32 +08:00

42 lines
1.1 KiB
JSON
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "wechatownerservice",
"version": "1.0.0",
"description": "hc智慧家园小程序 是 HC小区开源项目的一个分支项目主要给业主使用其中包括缴物业费缴停车费投诉建议家庭成员维护房屋保修\r 房屋出租,公告查看,小区圈等功能。",
"main": "app.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"jweixin-module": "^1.6.0",
"vant-weapp": "^0.5.27"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/java110/WechatOwnerService.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/java110/WechatOwnerService/issues"
},
"homepage": "https://github.com/java110/WechatOwnerService#readme",
"uni-app": {
"scripts": {
"WUYE": {
"title":"业主端包含商城",
"BROWSER":"",
"env": {
"UNI_PLATFORM": "h5"
},
"define": {
"WUYE": true
}
}
}
}
}