-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 1019 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
{
"name": "expo-appcenter",
"version": "0.2.0",
"description": "Expo plugin for react native appcenter SDK",
"main": "app.plugin.js",
"repository": "[email protected]:BelkaLab/expo-appcenter.git",
"author": "FRizzonelli <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/BelkaLab/expo-appcenter#readme",
"bugs": {
"url": "https://github.com/BelkaLab/expo-appcenter/issues"
},
"private": false,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"app.plugin.js",
"plugin/build"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"lint": "expo-module lint",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"devDependencies": {
"@expo/config-types": "^48.0.0",
"expo-module-scripts": "^3.4.0"
},
"dependencies": {
"@expo/config-plugins": "^6.0.2"
}
}