This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
forked from idehub/react-native-google-analytics-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.51 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-native-google-analytics-bridge",
"version": "7.0.0",
"description": "React Native bridge for using native Google Analytics libraries on iOS and Android",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prepublishOnly": "yarn run build-all",
"test": "echo \"Error: no test yet!\" && exit 0",
"build": "tsc",
"build-watch": "tsc --watch",
"docs": "documentation readme dist/** --section=\"JavaScript API\"",
"build-all": "rm -rf dist && yarn run build && yarn run docs",
"precommit": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idehub/react-native-google-analytics-bridge.git"
},
"author": "Idéhub AS",
"license": "MIT",
"bugs": {
"url": "https://github.com/idehub/react-native-google-analytics-bridge/issues"
},
"homepage": "https://github.com/idehub/react-native-google-analytics-bridge#readme",
"keywords": [
"react",
"native",
"google",
"analytics",
"tracking",
"native",
"bridge",
"events",
"screen",
"hits",
"react-native",
"ios",
"android"
],
"rnpm": {
"ios": {
"sharedLibraries": [
"CoreData.framework",
"SystemConfiguration.framework",
"libz.tbd",
"libsqlite3.0.tbd"
]
}
},
"devDependencies": {
"@types/react": "16.3.1",
"@types/react-native": "0.55.4",
"documentation": "^8.0.0",
"husky": "^0.14.3",
"prettier": "^1.6.1",
"typescript": "^2.5.2"
}
}