oh-package.json5 313 B

12345678910111213
  1. {
  2. "name": "default",
  3. "version": "1.0.0",
  4. "description": "Please describe the basic information.",
  5. "main": "",
  6. "author": "",
  7. "license": "",
  8. "dependencies": {
  9. "quickstart": "file:../../features/quickstart",
  10. "learning": "file:../../features/learning",
  11. "map": "file:../../features/map"
  12. }
  13. }