24 lines
634 B
JSON
24 lines
634 B
JSON
{
|
|
"name": "react-native-languages",
|
|
"version": "1.0.6",
|
|
"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"
|
|
}
|
|
}
|