1{
2  "license": "ISC",
3  "devDependencies": {},
4  "name": "pc",
5  "description": "example description",
6  "repository": {},
7  "version": "1.0.0",
8  "dependencies": {
9    "@ohos/wificomponent": "file:../../features/wificomponent",
10    "@ohos/screenlock": "file:../../features/screenlock",
11    "@ohos/signalcomponent": "file:../../features/signalcomponent",
12    "@ohos/clockcomponent": "file:../../features/clockcomponent",
13    "@ohos/datetimecomponent": "file:../../features/datetimecomponent",
14    "@ohos/batterycomponent": "file:../../features/batterycomponent",
15    "@ohos/common": "file:../../common",
16    "@ohos/noticeitem": "file:../../features/noticeitem",
17    "@ohos/shortcutcomponent": "file:../../features/shortcutcomponent",
18    "@ohos/wallpapercomponent": "file:../../features/wallpapercomponent"
19  }
20}