-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 890 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
39
40
{
"name": "react-native-medium-clap",
"version": "1.0.1",
"description": "medium clap animation for react-native & react-native-web",
"main": "lib/commonjs/index.js",
"react-native": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "bob build"
},
"author": "kida007",
"license": "MIT",
"devDependencies": {
"@react-native-community/bob": "^0.10.1"
},
"keywords": [
"react-native-medium-clap",
"react-component",
"react-native",
"react-native-web",
"medium-clap",
"ios",
"android"
],
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.62.2",
"react-native-svg": "^12.1.0"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs"
]
}
}