forked from gazmull/eros-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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": "eros-bot",
"version": "1.5.4",
"description": "Eros Bot Public",
"main": "index.js",
"dependencies": {
"bufferutil": "^3.0.5",
"discord-akairo": "github:1Computer1/discord-akairo#master",
"discord-paginationembed": "github:gazmull/discord-paginationembed",
"discord.js": "github:discordjs/discord.js",
"infobox-parser": "^2.2.1",
"moment-timezone": "^0.5.17",
"nodemw": "^0.12.1",
"sequelize": "^4.37.10",
"snekfetch": "^4.0.4",
"sqlite": "^2.9.2",
"twit": "^2.2.10"
},
"devDependencies": {
"eslint": "^4.18.0"
},
"engines": {
"node": ">=10"
},
"scripts": {
"test": "eslint --ignore-path .gitignore .",
"lint": "eslint --ignore-path .gitignore . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gazmull/eros-bot.git"
},
"keywords": [
"kamihime",
"project",
"kamihime",
"discord",
"bot",
"discord.js",
"akairo",
"kamihime",
"database"
],
"author": "gazmull (thegzm.space)",
"license": "MIT",
"homepage": "https://github.com/gazmull/eros-bot#readme"
}