forked from AppsFlyerSDK/appsflyer-react-native-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.18 KB
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-appsflyer",
"version": "6.4.0",
"description": "React Native Appsflyer plugin",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest __tests__/appsflyer.test.js --config jest.config.js",
"demo.ios": "npm run ios-pod; cd SampleApps/AppsFlyerExample; npm run ios",
"demo.android": "cd SampleApps/AppsFlyerExample; npm run android",
"ios-pod": "cd SampleApps/AppsFlyerExample/ios; pod install; cd ../"
},
"repository": {
"type": "git",
"url": "https://github.com/AppsFlyerSDK/react-native-appsflyer.git"
},
"author": "Appsflyer / Maxim Shoustin",
"license": {
"type": "MIT",
"url": "https://github.com/AppsFlyerSDK/react-native-appsflyer/blob/master/LICENSE"
},
"homepage": "https://github.com/AppsFlyerSDK/react-native-appsflyer#readme",
"keywords": [
"react-native",
"react",
"native",
"appsflyer"
],
"bugs": {
"url": "https://github.com/AppsFlyerSDK/react-native-appsflyer/issues"
},
"devDependencies": {
"@babel/preset-env": "^7.12.7",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
}
}