UNPKG

1.23 kBJSONView Raw
1{
2 "name": "expo-analytics-segment",
3 "version": "7.0.0",
4 "description": "Expo module that provides access to Segment mobile analytics",
5 "main": "build/Segment.js",
6 "types": "build/Segment.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "segment",
21 "analytics"
22 ],
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/expo/expo.git",
26 "directory": "packages/expo-analytics-segment"
27 },
28 "bugs": {
29 "url": "https://github.com/expo/expo/issues"
30 },
31 "author": "650 Industries, Inc.",
32 "license": "MIT",
33 "homepage": "https://docs.expo.io/versions/latest/sdk/segment/",
34 "jest": {
35 "preset": "expo-module-scripts"
36 },
37 "unimodulePeerDependencies": {
38 "@unimodules/core": "*",
39 "unimodules-constants-interface": "*"
40 },
41 "devDependencies": {
42 "babel-preset-expo": "~7.0.0",
43 "expo-module-scripts": "~1.1.1"
44 },
45 "gitHead": "4e13b3cb88d9205f14bee7764038ab2dd9ef1fbd"
46}
\No newline at end of file