forked from starryzone/starrybot-discord
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "starrybot-discord",
"version": "1.0.1",
"private": false,
"license": "MIT",
"description": "starrybot helps users join membership-enabled Discord rooms",
"main": "server.js",
"contributors": [
{
"name": "@anselm"
},
{
"name": "@mikedotexe"
},
{
"name": "@sudovickili"
}
],
"repository": "https://github.com/OmniFlix/starrybot-discord.git",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@cosmjs/amino": "^0.26.4",
"@cosmjs/cosmwasm-stargate": "^0.26.5",
"@cosmjs/crypto": "^0.26.4",
"@cosmjs/encoding": "^0.26.4",
"@cosmjs/stargate": "^0.26.5",
"@discordjs/rest": "^0.1.0-canary.0",
"@google-cloud/logging-winston": "^4.0.0",
"cors": "^2.8.5",
"discord-api-types": "^0.37.11",
"discord.js": "^14.3.0",
"dotenv": "^14.3.2",
"express": "^4.17.1",
"knex": "^0.95.14",
"node-fetch": "^2.6.6",
"omniflix-nfts": "^1.0.2",
"pg": "^8.7.1",
"web-vitals": "^1.0.1",
"winston": "^3.1.0"
},
"scripts": {
"start": "node src/server.js",
"migrate:latest": "npx knex migrate:latest"
}
}