@react-native-localize-ext/core
Version:
make i18n in react-native much smoother
26 lines (25 loc) • 661 B
JSON
{
"name": "@react-native-localize-ext/core",
"version": "0.0.17",
"main": "./build/index.js",
"keywords": [
"react-native-localize-ext",
"react-native-i18n",
"react-native-localize"
],
"repository": "git@github.com:zongyunfeng/react-native-localize-ext.git",
"author": "Jacob Zong",
"license": "MIT",
"scripts": {
"prepublishOnly": "cp -f ./package.json ./build",
"build": "rm -rf ./build && tsc && mv ./build/src ./build/build && cp README.md ./package.json ./build"
},
"dependencies": {
"tslib": "^1.10.0"
},
"publishConfig": {
"access": "public",
"directory": "build"
},
"gitHead": "4d10ae5ed2ffe558a0a2496596936a61135ee532"
}