{ "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 ", "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" } }