forked from st0ffern/react-native-inview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 876 Bytes
/
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
{
"name": "react-native-inview",
"description": "Detects if a ScrollView or ListView element is inside the users viewport and reports back on changes.",
"main": "index.js",
"scripts": {
"test": "exit 0",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/stoffern/react-native-inview.git"
},
"author": "stoffern",
"license": "MIT",
"bugs": {
"url": "https://github.com/stoffern/react-native-inview/issues"
},
"homepage": "https://github.com/stoffern/react-native-inview#readme",
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
"semantic-release": "^8.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}