oh-package.json5 470 B

12345678910111213141516171819
  1. {
  2. "name": "basic",
  3. "version": "1.0.0",
  4. "description": "Please describe the basic information.",
  5. "main": "Index.ets",
  6. "author": "",
  7. "license": "Apache-2.0",
  8. "packageType": "InterfaceHar",
  9. "dependencies": {
  10. "@ohos/axios": "^2.2.4",
  11. "@abner/log": "^1.0.5",
  12. "@ibestservices/ibest-ui": "2.0.6",
  13. "@tencent/wechat_open_sdk": "^1.0.0",
  14. "lunar": "^1.0.0",
  15. "@mumu/crop": "^1.0.3"
  16. },
  17. "devDependencies": {},
  18. "dynamicDependencies": {},
  19. }