mirror of
https://github.com/status-im/react-native-languages.git
synced 2025-01-14 18:24:30 +00:00
26 lines
648 B
JSON
26 lines
648 B
JSON
{
|
|
"name": "react-native-languages",
|
|
"version": "1.0.5",
|
|
"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",
|
|
"prettier": "prettier --write '**/*.js'"
|
|
},
|
|
"lint-staged": {
|
|
"**/*.js": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"flow-bin": "^0.55.0",
|
|
"husky": "^0.14.3",
|
|
"lint-staged": "^4.2.2",
|
|
"prettier": "^1.7.0"
|
|
}
|
|
}
|