react-native-localize
Version:
A toolbox for your React Native app localization.
66 lines (65 loc) • 1.48 kB
JSON
{
"name": "react-native-localize",
"version": "1.3.1",
"license": "MIT",
"description": "A toolbox for your React Native app localization.",
"author": "Mathieu Acthernoene <zoontek@gmail.com>",
"homepage": "https://github.com/react-native-community/react-native-localize",
"types": "index.d.ts",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-localize.git"
},
"keywords": [
"react-native-localize",
"react-native",
"localize",
"localization",
"l20n"
],
"scripts": {
"precommit": "lint-staged",
"prepare": "bob build",
"format": "prettier '**/*.{js,json,md,ts,tsx}' --write",
"typecheck": "flow ."
},
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": [
[
"commonjs",
{
"flow": true
}
],
"module"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{js,json,md,ts,tsx}": [
"yarn format",
"git add"
]
},
"peerDependencies": {
"react-native": ">=0.56.0"
},
"devDependencies": {
"@babel/core": "7.6.4",
"@react-native-community/bob": "0.7.0",
"flow-bin": "0.106.0",
"husky": "3.0.9",
"lint-staged": "9.4.2",
"prettier": "1.18.2",
"react": "16.9.0",
"react-native": "0.61.2"
}
}