mirror of
https://github.com/status-im/react-native-languages.git
synced 2025-01-13 17:54:33 +00:00
30 lines
730 B
JSON
30 lines
730 B
JSON
{
|
|
"name": "react-native-languages",
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"description": "React Native properties and methods related to the language of the device",
|
|
"repository": "https://github.com/react-community/react-native-languages",
|
|
"author": "Mathieu Acthernoene <zoontek@gmail.com>",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"precommit": "lint-staged",
|
|
"format": "prettier --write '**/*.js'",
|
|
"typecheck": "flow ."
|
|
},
|
|
"lint-staged": {
|
|
"**/*.js": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.56.0"
|
|
},
|
|
"devDependencies": {
|
|
"flow-bin": "0.80.0",
|
|
"husky": "0.14.3",
|
|
"lint-staged": "7.2.2",
|
|
"prettier": "1.14.2"
|
|
}
|
|
}
|