-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 1.95 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "eros-bot",
"version": "4.4.0",
"description": "A simple bot for pulling character information and harem episodes from Kamihime PROJECT Fandom and Kamihime Database.",
"main": "build/index.js",
"typings": "typings",
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gazmull/eros-bot.git"
},
"author": "gazmull <vescalaw@gmail.com> (thegzm.space)",
"license": "MIT",
"homepage": "https://github.com/gazmull/eros-bot#readme",
"bugs": {
"url": "https://github.com/gazmull/eros-bot/issues"
},
"keywords": [
"kamihime",
"project",
"kamihime",
"discord",
"bot",
"discord.js",
"akairo",
"kamihime",
"database"
],
"scripts": {
"test": "yarn run lint && yarn run compile",
"compile": "tsc -p .",
"lint": "eslint --ext .ts src",
"lint-fix": "yarn run lint --fix",
"pm2": "pm2 start .pm2.yml --env production",
"dev:watch": "tsc -p . --watch",
"dev:start": "npx nodemon . --config .nodemon.json",
"docs:build": "node . --parseDocs"
},
"dependencies": {
"@gazmull/logger": "github:gazmull/logger",
"bufferutil": "^4.0.3",
"discord-akairo": "^8.1.0",
"discord-paginationembed": "^2.1.0",
"discord.js": "^12.5.3",
"fs-extra": "^9.1.0",
"infobox-parser": "^3.4.1",
"mariadb": "^2.5.3",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"nodemw": "^0.13.0",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.6.2",
"sequelize-typescript": "^2.1.0",
"twitter-lite": "^0.13.0",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/fs-extra": "^9.0.10",
"@types/json2md": "^1.5.0",
"@types/node": "^14.14.37",
"@types/node-fetch": "^2.5.10",
"@types/validator": "^13.1.3",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.24.0",
"json2md": "^1.10.0",
"typescript": "^4.2.4"
}
}