mirror of
https://github.com/status-im/react-native-languages.git
synced 2025-01-26 07:59:52 +00:00
24 lines
633 B
JSON
24 lines
633 B
JSON
{
|
|
"name": "react-native-languages",
|
|
"version": "2.0.0",
|
|
"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'"
|
|
},
|
|
"lint-staged": {
|
|
"**/*.js": ["prettier --write", "git add"]
|
|
},
|
|
"devDependencies": {
|
|
"flow-bin": "^0.70.0",
|
|
"husky": "^0.14.3",
|
|
"lint-staged": "^7.0.4",
|
|
"prettier": "^1.12.1"
|
|
}
|
|
}
|