UNPKG

@react-native-ohos/react-native-localize

Version:
87 lines (86 loc) 2.25 kB
{ "name": "@react-native-ohos/react-native-localize", "version": "3.4.2-rc.1", "license": "MIT", "description": "A toolbox for your React Native app localization.", "author": "Mathieu Acthernoene <zoontek@gmail.com>", "homepage": "https://github.com/zoontek/react-native-localize", "types": "dist/typescript/index.d.ts", "main": "dist/commonjs/index.js", "module": "dist/module/index.js", "files": [ "/dist", "/harmony", "/src", "RNLocalize.podspec", "package.json" ], "repository": { "type": "git", "url": "https://github.com/react-native-oh-library/react-native-localize.git" }, "keywords": [ "react-native-localize", "react-native", "react-native-macos", "localize", "localization", "l20n" ], "scripts": { "format": "prettier \"**/*\" -u -w", "typecheck": "tsc --noEmit", "build": "bob build && tsc mock/index -d -m commonjs -t es2015 --skipLibCheck", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "bob build", "release": "release-it", "example": "yarn --cwd example", "bootstrap": "yarn example && yarn install && yarn example pods", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build" }, "react-native-builder-bob": { "source": "src", "output": "dist", "targets": [ "commonjs", "module", "typescript" ] }, "prettier": { "plugins": [ "prettier-plugin-organize-imports" ] }, "peerDependencies": { "react": ">=18.1.0", "react-native": ">=0.70.0", "react-native-macos": ">=0.70.0" }, "peerDependenciesMeta": { "react-native-macos": { "optional": true } }, "dependencies": { "react-native-localize": "3.4.1" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@types/jest": "^29.5.14", "@types/react": "^18.2.6", "prettier": "^3.3.3", "prettier-plugin-organize-imports": "^4.1.0", "react": "18.3.1", "react-native": "0.77.1", "react-native-builder-bob": "^0.23.2", "typescript": "^5.6.3" }, "overrides": { "@react-native/codegen": "0.74.0" }, "harmony": { "alias": "react-native-localize" } }