forked from A1igator/Evo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 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": "evo",
"version": "1.0.0",
"description": "",
"main": "Evo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vDelite/Evo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vDelite/Evo/issues"
},
"homepage": "https://github.com/vDelite/Evo#readme",
"dependencies": {
"color-thief": "^2.2.3",
"discord.js": "github:hydrabolt/discord.js",
"emoji-aware": "^3.0.4",
"enmap": "^4.3.3",
"enmap-level": "^2.1.0",
"leveldown": "^4.0.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"onecolor": "^3.1.0",
"relevant-urban": "^2.0.0",
"snekfetch": "^4.0.4",
"sqlite3": "^4.0.3",
"twemoji": "^11.2.0"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}