-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 906 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
{
"sideEffects": false,
"name": "expo-atlas-without-expo",
"version": "1.0.1",
"description": "Supercharge your vanilla React Native apps with Expo Atlas metrics",
"keywords": [
"react-native",
"bundle",
"visualizer",
"explorer",
"expo",
"react",
"devtools"
],
"main": "index.js",
"homepage": "https://github.com/v3ron/expo-atlas-without-expo#readme",
"bugs": {
"url": "https://github.com/v3ron/expo-atlas-without-expo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/v3ron/expo-atlas-without-expo"
},
"license": "MIT",
"dependencies": {
"expo-atlas": "^0.4.0"
},
"peerDependencies": {
"metro": "^0.79.0 || ^0.81.0",
"expo-atlas": "^0.4.0"
},
"peerDependenciesMeta": {
"expo-atlas": {
"optional": false
}
},
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N)"
}