-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 914 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
{
"name": "oxapay",
"version": "0.7.2",
"description": "An easy to use nodejs package to integrate your project with oxapay",
"main": "main.js",
"types": "main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OfficialCodinary/Oxapay.git"
},
"keywords": [
"oxapay.com",
"oxapay",
"oxa",
"pay",
"crypto",
"merchant",
"payouts",
"payments",
"ROBBING",
"GAMER"
],
"author": "ROBBING GAMER",
"license": "MIT",
"bugs": {
"url": "https://github.com/OfficialCodinary/Oxapay/issues"
},
"homepage": "https://github.com/OfficialCodinary/Oxapay#readme",
"dependencies": {
"axios": "^1.6.2",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}