2017-08-01 18:44:14 +02:00
|
|
|
{
|
|
|
|
"name": "react-native-languages",
|
2018-04-21 18:38:11 +02:00
|
|
|
"version": "2.0.0",
|
2017-08-01 18:44:14 +02:00
|
|
|
"license": "MIT",
|
2017-11-23 11:22:26 +01:00
|
|
|
"description":
|
|
|
|
"React Native properties and methods related to the language of the device",
|
2017-08-01 18:44:14 +02:00
|
|
|
"repository": "https://github.com/react-community/react-native-languages",
|
|
|
|
"author": "Mathieu Acthernoene <zoontek@gmail.com>",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"precommit": "lint-staged",
|
2018-04-21 17:06:46 +02:00
|
|
|
"format": "prettier --write '**/*.js'"
|
2017-08-01 18:44:14 +02:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2017-11-23 11:22:26 +01:00
|
|
|
"**/*.js": ["prettier --write", "git add"]
|
2017-08-01 18:44:14 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-04-21 17:06:46 +02:00
|
|
|
"flow-bin": "^0.70.0",
|
2017-08-01 18:44:14 +02:00
|
|
|
"husky": "^0.14.3",
|
2018-04-21 17:06:46 +02:00
|
|
|
"lint-staged": "^7.0.4",
|
|
|
|
"prettier": "^1.12.1"
|
2017-08-01 18:44:14 +02:00
|
|
|
}
|
|
|
|
}
|