-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 966 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
35
36
37
38
39
{
"name": "starify-discord",
"version": "1.0.6",
"description": "Customizable framework to create and manage starboards with discord.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaStormer/starify-discord.git"
},
"keywords": [
"starboard",
"discord",
"discord-bot",
"discord.js",
"framework",
"customizable",
"discord starboards"
],
"author": "DaStormer",
"license": "MIT",
"bugs": {
"url": "https://github.com/DaStormer/starify-discord/issues"
},
"homepage": "https://github.com/DaStormer/starify-discord#readme",
"devDependencies": {
"eslint": "^7.32.0",
"jsdoc": "^3.6.7",
"jsdoc-skyceil": "^2.0.0"
},
"dependencies": {
"deepmerge": "^4.2.2",
"discord.js": "^13.3.1",
"sequelize": "^6.9.0",
"sqlite3": "github:mapbox/node-sqlite3#master"
}
}