oh-package.json5 260 B

12345678910111213
  1. {
  2. "modelVersion": "5.0.0",
  3. "description": "Please describe the basic information.",
  4. "scripts": {
  5. "resourcesCopy": "ResourcesCopy.sh"
  6. },
  7. "dependencies": {
  8. },
  9. "devDependencies": {
  10. "@ohos/hypium": "1.0.19",
  11. "@ohos/hamock": "1.0.0"
  12. }
  13. }