oh-package.json5 238 B

123456789101112
  1. {
  2. "name": "quickstart",
  3. "version": "1.0.0",
  4. "description": "Please describe the basic information.",
  5. "main": "Index.ets",
  6. "author": "",
  7. "license": "Apache-2.0",
  8. "dependencies": {
  9. "utils":"file:../../commons/utils"
  10. }
  11. }