-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.71 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "xnogate",
"version": "2.0.4",
"description": "xnogate is a Node.js library for processing NANO ($XNO) cryptocurrency payments in your application, providing a reliable and secure way to receive and validate payments. Ideal for e-commerce websites, online marketplaces, and other applications. Start accepting NANO payments in minutes.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"bignumber.js": "^9.1.2",
"blakejs": "^1.2.1",
"bson": "^5.5.0",
"byte-base64": "^1.1.0",
"crypto-js": "^4.2.0",
"data-uri-to-buffer": "^4.0.1",
"debug": "^4.3.4",
"fetch-blob": "^3.2.0",
"formdata-polyfill": "^4.0.10",
"ip": "^2.0.1",
"kareem": "^2.5.1",
"memory-pager": "^1.5.0",
"mpath": "^0.9.0",
"mquery": "^5.0.0",
"ms": "^2.1.3",
"nanocurrency-web": "^1.4.3",
"node-domexception": "^1.0.0",
"node-fetch": "^2.6.13",
"reconnecting-websocket": "^4.4.0",
"saslprep": "^1.0.3",
"sift": "^16.0.1",
"smart-buffer": "^4.2.0",
"socks": "^2.7.4",
"sparse-bitfield": "^3.0.3",
"tr46": "^3.0.0",
"typescript": "^5.2.2",
"web-streams-polyfill": "^3.2.1",
"webidl-conversions": "^7.0.0",
"whatwg-url": "^11.0.0",
"ws": "^8.18.0"
},
"scripts": {
"build": "rmdir dist /s /q & tsc",
"test": "node test/final.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nextu1337/xnogate.git"
},
"keywords": [
"nano",
"xno",
"currency",
"payment",
"crypto",
"gateway",
"wallet"
],
"author": "nx2",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.16.1",
"@types/node-fetch": "^2.6.3",
"@types/ws": "^8.5.12"
}
}