-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 846 Bytes
/
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
{
"name": "sandplate",
"version": "0.0.7",
"description": "A boilerplate/template discord.js bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/06000208/sandplate.git"
},
"author": "https://github.com/06000208/sandplate/graphs/contributors",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/06000208/sandplate/issues"
},
"homepage": "https://github.com/06000208/sandplate#readme",
"dependencies": {
"bufferutil": "^4.0.5",
"chalk": "^4.1.2",
"discord.js": "^12.5.3",
"filehound": "^1.17.5",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.6",
"utf-8-validate": "^5.0.7"
},
"engines": {
"node": ">=16.6.0"
}
}