oh-package.json5 322 B

1234567891011121314
  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. }
  14. }