-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.16 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
43
44
45
46
{
"name": "rn-image-carousel",
"version": "1.0.8",
"description": "image carousel component for react-native (android/ios)",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"private": false,
"files": ["dist"],
"scripts": {
"prepare": "npx tsc",
"build": "npx tsc",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react native",
"react",
"react native carousel",
"image carousel",
"image",
"carousel"
],
"repository": {
"type": "git",
"url": "https://github.com/FarMart-Tech/react-native-image-carousel"
},
"author": {
"name": "sandeep mishra",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/FarMart-Tech/react-native-image-carousel/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/FarMart-Tech/react-native-image-carousel#readme",
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-native": "^0.66.15",
"typescript": "^4.5.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}