-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "x-tokenize",
"version": "0.1.7",
"description": "A command line interface for managing XRPL issued currencies and NFTs.",
"main": "x-tokenize.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"bin": {
"x-tokenize": "./x-tokenize.js"
},
"keywords": [
"xrpl",
"nfts",
"issued-currencies",
"manager",
"toolkit"
],
"author": "x-tokenize",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.319.0",
"@ledgerhq/hw-app-xrp": "^6.27.13",
"@ledgerhq/hw-transport-node-hid": "^6.27.13",
"@pinata/sdk": "^2.1.0",
"axios": "^1.3.5",
"bignumber.js": "^9.1.2",
"chalk": "^5.2.0",
"clui": "^0.3.6",
"conf": "^11.0.1",
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"figlet": "^1.6.0",
"inquirer": "^9.1.5",
"open": "^9.1.0",
"pbkdf2": "^3.1.2",
"qrcode": "^1.5.3",
"ripple-binary-codec": "^1.4.3",
"ripple-keypairs": "^1.1.5",
"winston": "^3.8.2",
"workerpool": "^6.4.0",
"xrpl": "^2.7.0",
"xumm-oauth2-pkce": "^2.8.0",
"xumm-sdk": "^1.8.4"
},
"devDependencies": {
"jsdoc-to-markdown": "^8.0.0"
}
}