-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 804 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 804 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": "tipbot-discord",
"version": "0.0.1",
"description": "IOTA TipBot for Discord.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "huhn511",
"iota_address": "VO9H9GFNRTOLPUHM9MACFWSUFLNLDYCTKIPXCYLTNNNDMURPUIXNVBYQMRKOJDEYM9UDESGXBIWASIDRBFOBHCJGZD",
"license": "MIT",
"dependencies": {
"@iota/checksum": "^1.0.0-beta.30",
"@trustify/tipbot.ts": "^1.3.1",
"atob": "^2.1.2",
"cross-blob": "^1.2.3",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"get-package-json-from-github": "^1.2.1",
"is-github-url": "^1.2.2",
"qrcode": "^1.4.4",
"request": "^2.88.2",
"tinyurl": "^1.1.7"
},
"engines": {
"node": "12.x"
}
}