-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 Bytes
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
{
"name": "ArLet v4",
"version": "4.0.0",
"description": "Discord cryptocurrency bot.",
"main": "index.js",
"author": "Alexcitten",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.4.0",
"arweave": "^1.11.4",
"axios": "^1.2.0",
"chalk": "^4.1.2",
"discord.js": "^14.2.0",
"fs": "^0.0.1-security",
"hs-client": "^0.0.11",
"hsd": "^4.0.1",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"node-fetch": "^2.6.1",
"node-html-parser": "^6.1.4",
"node-lmdb": "^0.9.7",
"redstone-api": "^0.4.11",
"warp-contracts": "^1.2.13",
"warp-contracts-lmdb": "^1.1.5"
}
}