-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 969 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
37
38
{
"name": "react-native-fadeview-wrapper",
"version": "1.0.8",
"author": "Ali Saeedifar <[email protected]>",
"description": "A handy fadeview component for the react native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "rm -rf lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/aliunco/react-native-fadeview.git"
},
"keywords": [
"react-native-fadeview",
"fadeview"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^16.13.1",
"@types/react-native": "^0.63.3",
"typescript": "^4.7.4"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/aliunco/react-native-fadeview/issues"
},
"homepage": "https://github.com/aliunco/react-native-fadeview#readme",
"files": [
"/lib"
]
}