-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "leyline-discord",
"version": "3.1.1",
"description": "Leyline Discord bot",
"main": "index.js",
"type": "module",
"scripts": {
"test": "nodemon --experimental-specifier-resolution=node",
"start": "node --experimental-specifier-resolution=node .",
"deploy": "pm2 start index.js --name leyline-discord --node-args='--experimental-specifier-resolution=node'",
"staging": "pm2 start index.js --name leyline-discord-staging --node-args='--experimental-specifier-resolution=node'"
},
"engines": {
"node": ">=16.6.0"
},
"author": "Leyline",
"license": "ISC",
"dependencies": {
"@google-cloud/pubsub": "^3.2.0",
"@google-cloud/vision": "^2.4.2",
"@notionhq/client": "^1.0.4",
"chalk": "^4.1.2",
"dedent": "^0.7.0",
"discord.js": "^13.8.1",
"dotenv": "^16.0.3",
"firebase-admin": "^11.2.0",
"html-entities": "^2.3.3",
"klaw": "^4.0.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"node-html-parser": "^5.3.3",
"node-schedule": "^2.1.0",
"parse-duration": "^1.0.2",
"serialize-error": "^11.0.0",
"truncate": "^3.0.0"
}
}