react-native-localize-ext
Version:
make i18n in react-native much smoother
25 lines (24 loc) • 604 B
JSON
{
"name": "@react-native-localize-ext/core",
"version": "0.0.6",
"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"
}
}