This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
112 lines (112 loc) · 3.37 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "furrybot",
"version": "10.3.7-20210320",
"description": "A fun bot for furry Discord servers!",
"main": "index.js",
"scripts": {
"config:pull": "ts-node ConfigManager.ts pull",
"config:push": "ts-node ConfigManager.ts push",
"ver": "ts-node scripts/version.ts",
"build": "ts-node scripts/npm-build",
"start": "npm run build && node index.js",
"start:beta": "npm run lint && npm run build && node index.js --force-beta",
"start:prod": "npm run lint && npm run build && node index.js --force-prod",
"run": "node index.js",
"run:beta": "node index.js --force-beta",
"run:prod": "node index.js --force-prod",
"circ": "dpdm --tree=false --circular=true --warning=false -T .",
"sort-lang": "ts-node scripts/sort-lang",
"test:rarity": "ts-node scripts/test-rarity",
"lint": "eslint src --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FurryBotCo/FurryBot.git"
},
"author": "Donovan_DMC <dwddaniels262@gmail.com> (https://furry.cool)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FurryBotCo/FurryBot/issues"
},
"homepage": "https://github.com/FurryBotCo/FurryBot#readme",
"dependencies": {
"@donovan_dmc/db": "^1.0.1",
"@drep/api": "^2.0.3",
"botlist": "^1.0.1",
"chunk": "0.0.3",
"dankmemerapi": "^1.0.22",
"deasync": "^0.1.21",
"dot-object": "^2.1.4",
"e6api": "^1.0.16",
"ejs": "^3.1.6",
"eris": "github:abalabahaha/eris#dev",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fluxpointapi": "^1.0.0",
"fs-extra": "^9.1.0",
"ioredis": "^4.22.0",
"json5": "^2.2.0",
"ksoft.js": "^3.1.4",
"leeks.js": "0.0.9",
"login-with-twitter": "^1.2.4",
"mongodb": "^3.6.4",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"npid": "^0.4.0",
"on-finished": "^2.3.0",
"parse-duration": "^0.4.4",
"phin": "^3.5.1",
"suppress-warnings": "^1.0.2",
"trello-helper": "^3.0.7",
"tsee": "^1.3.2",
"wolfram-alpha-node": "0.0.3",
"ws": "^7.4.3",
"yargs": "^16.2.0",
"yiffy": "^2.0.9",
"ytdl-core": "^4.4.5"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/chunk": "0.0.0",
"@types/deasync": "^0.1.1",
"@types/dot-object": "^2.1.2",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/fs-extra": "^9.0.6",
"@types/ioredis": "^4.19.3",
"@types/json5": "0.0.30",
"@types/mongodb": "^3.6.6",
"@types/morgan": "^1.9.2",
"@types/ms": "^0.7.31",
"@types/node-fetch": "^2.5.8",
"@types/rimraf": "^3.0.0",
"@types/ws": "^7.4.0",
"@types/yargs": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"compressing": "^1.5.1",
"es-main": "^1.0.2",
"eslint": "^7.19.0",
"eslint-plugin-deprecation": "^1.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^31.6.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.4"
},
"engines": {
"node": "15.8.0",
"npm": ">=7.x"
},
"os": [
"linux"
],
"engineStrict": true
}