-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "ios-raw-events-notification",
"version": "1.1.1",
"description": "It listens to in-app purchases made via the App Store to the desired location via server to server (s2s) and sends them as notifications accordingly.",
"main": "index.js",
"dependencies": {
"@google-cloud/functions-framework": "^3.0.0",
"axios": "^0.27.2",
"base64url": "^3.0.1",
"country-iso-3-to-2": "^1.1.1",
"jsonwebtoken": "^8.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramazanarslan/ios-raw-events-notification.git"
},
"keywords": [
"in-app",
"purchase",
"iap",
"app",
"store",
"server",
"to",
"server",
"s2s",
"raw",
"events",
"notification",
"adapty",
"revenucat",
"in",
"app",
"purchase"
],
"author": "Ramazan Arslan",
"license": "ISC",
"bugs": {
"url": "https://github.com/ramazanarslan/ios-raw-events-notification/issues"
},
"homepage": "https://github.com/ramazanarslan/ios-raw-events-notification#readme"
}