forked from st0ffern/react-native-optimized-flatlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1010 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
32
33
34
35
36
{
"name": "react-native-optimized-flatlist",
"version": "0.0.0-development",
"description": "Optimization for complex and slow React Native FlatLists",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/stoffern/react-native-optimized-flatlist.git"
},
"keywords": [
"react-native",
"flatlist"
],
"author": "stoffern",
"license": "MIT",
"bugs": {
"url": "https://github.com/stoffern/react-native-optimized-flatlist/issues"
},
"homepage": "https://github.com/stoffern/react-native-optimized-flatlist#readme",
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
"semantic-release": "^8.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"prop-types": "^15.6.0"
}
}