forked from younisrahman/Apple-Pay-Api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 961 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
38
39
{
"name": "rn-apple-pay-api",
"version": "0.0.9",
"description": "A full functional Apple Pay package for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:younisrahman/Apple-Pay-Api.git"
},
"keywords": [
"ApplePay",
"Apple Pay",
"React Native Apple Pay",
"React Native ApplePay",
"React Native Apple Pay with API call",
"Apple Pay with API call"
],
"author": "Younis Rahman",
"license": "MIT",
"bugs": {
"url": "https://github.com/younisrahman/Apple-Pay-Api/issues"
},
"homepage": "https://github.com/younisrahman/Apple-Pay-Api#readme",
"devDependencies": {
"typescript": "^5.7.2"
},
"files": [
"lib/**/*",
"rn-apple-pay-api.podspec",
"README.md",
"ios"
]
}