{
"name": "@react-native-ohos/react-native-code-push",
"version": "8.2.4-beta.1",
"description": "React Native plugin for the CodePush service",
"main": "CodePush.js",
"typings": "typings/react-native-code-push.d.ts",
"homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-code-push",
"keywords": [
"harmony",
"react-native",
"code",
"push"
],
"harmony": {
"alias": "react-native-code-push",
"autolinking": {
"etsPackageClassName":"CodePushPackage",
"cppPackageClassName":"CodePushPackage",
"cmakeLibraryTargetName": "rnoh_code_push",
"ohPackageName": "@react-native-ohos/react-native-code-push"
}
},
"author": "Microsoft Corporation",
"license": "MIT",
"scripts": {
"pack": "npm pack",
"codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-code-push --cpp-output-path ./harmony/codePush/src/main/cpp/generated --ets-output-path ./harmony/codePush/src/main/ets/generated --turbo-modules-spec-paths ./src --arkts-components-spec-paths ./src"
},
"repository": {
"type": "git",
"url": "https://gitcode.com/openharmony-sig/rntpc_react-native-code-push"
},
"dependencies": {
"code-push": "^4.2.1",
"glob": "^7.1.7",
"hoist-non-react-statics": "^3.3.2",
"inquirer": "^8.1.5",
"plist": "^3.0.4",
"semver": "^7.3.5",
"xcode": "3.0.1"
},
"devDependencies": {
"@types/assert": "^1.5.2",
"@types/mkdirp": "^1.0.1",
"@types/mocha": "^9.0.0",
"@types/node": "^14.0.27",
"@types/q": "^1.5.4",
"archiver": "latest",
"body-parser": "latest",
"code-push-plugin-testing-framework": "file:./code-push-plugin-testing-framework",
"del": "v6.0.0",
"express": "latest",
"mkdirp": "latest",
"mocha": "^9.2.0",
"q": "^1.5.1",
"run-sequence": "latest",
"shx": "^0.3.4",
"slash": "^3.0.0",
"tslint": "^6.1.3",
"typescript": "^4.4.3"
},
"rnpm": {
"commands": {
"postlink": "node node_modules/react-native-code-push/scripts/postlink/run",
"postunlink": "node node_modules/react-native-code-push/scripts/postunlink/run"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}