-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "onesignal-expo-plugin",
"version": "2.0.3",
"description": "The OneSignal Expo plugin allows you to use OneSignal without leaving the managed workflow. Developed in collaboration with SweetGreen.",
"main": "./app.plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn run lint && rm -rf build && tsc && cp -a support/serviceExtensionFiles build/support/",
"lint": "eslint . --ext .ts",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneSignal/onesignal-expo-plugin.git"
},
"keywords": [
"expo",
"onesignal",
"push",
"notifications",
"EAS"
],
"author": "rgomezp",
"contributors": [
"Karen Grigoryan",
"Rodrigo Gomez-Palacio",
"Charlie Cruzan",
"Wojciech Kozyra",
"Brian Smith"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/OneSignal/onesignal-expo-plugin/issues"
},
"homepage": "https://github.com/OneSignal/onesignal-expo-plugin#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.8.0",
"expo-module-scripts": "^2.0.0",
"readme-md-generator": "^1.0.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@expo/image-utils": "^0.3.22"
}
}