-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.02 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
{
"name": "ttmobile-notification-service",
"version": "1.0.0",
"description": "Adds support for communication notifications",
"main": "plugin/build/index.js",
"types": "plugin/build/index.d.ts",
"scripts": {
"build": "expo-module build plugin",
"clean": "expo-module clean plugin",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"repository": "https://github.com/rikardwissing/ttmobile-communication-notifications",
"bugs": {
"url": "https://github.com/rikardwissing/ttmobile-communication-notifications/issues"
},
"author": "Rikard Wissing <rikard.wissing@teamtailor.com> (https://github.com/rikardwissing)",
"license": "MIT",
"homepage": "https://github.com/rikardwissing/ttmobile-communication-notifications#readme",
"dependencies": {},
"devDependencies": {
"@expo/config-plugins": "^7.2.5",
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.1.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}