-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "@evennit/notifee-expo-plugin",
"version": "3.7.2",
"description": "This plugin will allow you to use Notifee with a notification service extension without needing to eject from Expo managed workflow.",
"main": "./app.plugin.js",
"scripts": {
"build": "rm -rf dist && tsc && cp -a ./ios-notification-service-files dist/ios-notification-service-files/",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evennit/notifee-expo-plugin.git"
},
"keywords": [
"notifee",
"expo",
"push",
"notifications"
],
"author": "kevpug",
"contributors": [
"Kevin Pugliese",
"Rodrigo Klosowski",
"Ronald Kasendwa"
],
"license": "MIT",
"homepage": "https://github.com/evennit/notifee-expo-plugin",
"bugs": {
"url": "https://github.com/evennit/notifee-expo-plugin/issues"
},
"dependencies": {
"@expo/image-utils": "^0.5.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"expo-module-scripts": "^3.5.2",
"prettier": "^3.3.2",
"typescript": "5.1.6"
}
}