-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-native-hide-with-keyboard",
"version": "0.0.0-managed-by-semantic-release",
"description": "Hide components when keyboard is shown",
"main": "index.js",
"type": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/bamlab/react-native-hide-with-keyboard.git"
},
"keywords": [
"react-native",
"keyboard"
],
"author": "Almouro <alexandre@bam.tech> (blog.bam.tech)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bamlab/react-native-hide-with-keyboard/issues"
},
"homepage": "https://github.com/bamlab/react-native-hide-with-keyboard#readme",
"devDependencies": {
"@types/react": "*",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.14.3",
"semantic-release": "^15.9.8",
"travis-deploy-once": "^5.0.2",
"validate-commit-msg": "^2.14.0"
},
"scripts": {
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"commitmsg": "validate-commit-msg",
"commit": "git-cz",
"test": "echo 'No tests'"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}