react-native-languages/package.json

30 lines
730 B
JSON
Raw Permalink Normal View History

2017-08-01 16:44:14 +00:00
{
"name": "react-native-languages",
2019-01-01 15:51:11 +00:00
"version": "3.0.2",
2017-08-01 16:44:14 +00:00
"license": "MIT",
2018-09-06 13:58:44 +00:00
"description": "React Native properties and methods related to the language of the device",
2017-08-01 16:44:14 +00:00
"repository": "https://github.com/react-community/react-native-languages",
"author": "Mathieu Acthernoene <zoontek@gmail.com>",
"main": "index.js",
"scripts": {
"precommit": "lint-staged",
2018-09-06 13:58:44 +00:00
"format": "prettier --write '**/*.js'",
"typecheck": "flow ."
2017-08-01 16:44:14 +00:00
},
"lint-staged": {
2018-09-06 13:58:44 +00:00
"**/*.js": [
"prettier --write",
"git add"
]
},
"peerDependencies": {
"react-native": ">=0.56.0"
2017-08-01 16:44:14 +00:00
},
"devDependencies": {
2018-09-06 13:58:44 +00:00
"flow-bin": "0.80.0",
"husky": "0.14.3",
"lint-staged": "7.2.2",
"prettier": "1.14.2"
2017-08-01 16:44:14 +00:00
}
}