-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "sectionlist-get-itemlayout",
"version": "1.0.8",
"description": "getItemLayout helper for react-native SectionList",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "./node_modules/.bin/babel index.js --out-dir lib --plugins=@babel/plugin-transform-arrow-functions",
"test": "jest",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usmansbk/sectionlist-get-item-layout.git"
},
"keywords": [
"react-native",
"section-list",
"getItemLayout"
],
"author": "Babakolo Usman Suleiman",
"license": "MIT",
"bugs": {
"url": "https://github.com/usmansbk/sectionlist-get-item-layout/issues"
},
"homepage": "https://github.com/usmansbk/sectionlist-get-item-layout#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"jest": "^24.8.0"
}
}