{
  "name": "@rnoh/hvigor-plugin",
  "version": "0.84.1",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "setup": "npm run build",
    "deploy": "npm run typecheck && npm run test && npm run build && rimraf ../react-native-harmony-cli/harmony && mkdirp ../react-native-harmony-cli/harmony && npm pack --pack-destination ../react-native-harmony-cli/harmony",
    "dev": "tsc --outDir dist -p tsconfig.build.json --watch",
    "build": "tsc -p ./tsconfig.build.json",
    "verify": "npm run typecheck && npm run test",
    "typecheck": "tsc --noEmit",
    "test": "jest"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "glob": "^11.0.1",
    "json5": "^2.2.3"
  },
  "devDependencies": {
    "@ohos/hvigor-ohos-plugin": "5.19.7",
    "@ohos/hvigor": "5.19.7",
    "@tsconfig/node18": "^18.2.4",
    "@types/jest": "^29.5.13",
    "@types/mustache": "^4.2.5",
    "jest": "^29.7.0",
    "memfs": "^4.12.0",
    "mkdirp": "^3.0.1",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.6.2"
  }
}