-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1013 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
40
41
42
43
{
"name": "uni-pay-web",
"version": "2.0.1",
"description": "A lightweight library for processing online payments and generating invoices with Moyasar, providing seamless payment info retrieval as well developed by UNICODE Team.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UNICODE-Venture/uni-pay-web.git"
},
"keywords": [
"uni-pay",
"moyasar",
"tamara",
"tabby",
"unicode",
"uni-pay-web",
"unipay",
"unipay npm",
"unipay reactjs",
"unipay nextjs",
"unipay js"
],
"author": "UNICODE-SA",
"license": "MIT",
"bugs": {
"url": "https://github.com/UNICODE-Venture/uni-pay-web/issues"
},
"homepage": "https://github.com/UNICODE-Venture/uni-pay-web#readme",
"devDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.7"
},
"files": [
"lib/**/*"
]
}