-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 891 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
{
"name": "payme-api",
"version": "0.0.0",
"description": "A library to implement Payme's Merchant API and Subscribe API protocols",
"main": "index.js",
"scripts": {},
"keywords": [
"payme",
"merchant",
"subscribe",
"api"
],
"author": "Ramziddin Makhmudov <ramziddin.makhmudov@gmail.com> (https://t.me/ramzcoder)",
"license": "MIT",
"dependencies": {
"body": "^5.1.0",
"express": "^4.18.2",
"js-base64": "^3.7.2",
"next": "^13.0.3",
"typescript": "^4.8.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/body": "^5.1.1",
"@types/express": "^4.17.14",
"@types/node": "^18.11.9"
},
"repository": {
"type": "git",
"url": "https://github.com/ramziddin/payme-api.git"
},
"bugs": {
"url": "https://github.com/ramziddin/payme-api/issues"
},
"homepage": "https://github.com/ramziddin/payme-api"
}