-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 915 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-onboarding-animate",
"version": "1.2.4",
"description": "On boarding component with animation",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambistudio/react-native-onboarding-animate.git"
},
"keywords": [
"react-native",
"onboarding",
"animation",
"onboarding",
"animate",
"onboarding"
],
"author": "Ambi Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/ambistudio/react-native-onboarding-animate/issues"
},
"homepage": "https://github.com/ambistudio/react-native-onboarding-animate#readme",
"peerDependencies": {
"react": "^17.0.1",
"react-native": "^0.63.4"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-native": "^0.63.46"
}
}