This repository has been archived by the owner on May 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 2.93 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
113
114
{
"name": "suggestions",
"version": "3.0.0",
"description": "The only suggestions bot you'll ever need. Simple usage and management of suggestions for public and staff use.",
"main": "dist/lib/index.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "nodemon src/index.ts",
"start": "yarn run build && node dist/lib/src/index.js",
"build": "rimraf dist && tsc",
"test": "jest --coverage --detectOpenHandles",
"deploy": "yarn run lint && npm run test",
"lint": "eslint ./src ./test --ext .ts",
"lint:fix": "eslint --fix ./src ./test --ext .ts"
},
"jest": {
"transform": {
".ts": "ts-jest"
},
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
"moduleFileExtensions": [
"ts",
"js"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/test/"
],
"collectCoverageFrom": [
"src/*.{ts,js}"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/suggestionsbot/suggestions.git"
},
"keywords": [
"suggestions",
"suggestions",
"bot",
"discord",
"suggestions",
"bot",
"suggestions",
"discord",
"discord",
"suggestions",
"suggestions",
"management",
"discord",
"bot"
],
"author": "Anthony Collier <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"bugs": {
"url": "https://github.com/suggestionsbot/suggestions/issues"
},
"homepage": "https://github.com/suggestionsbot/suggestions#readme",
"devDependencies": {
"@types/async-redis": "1.1.2",
"@types/common-tags": "1.8.0",
"@types/dotenv": "8.2.0",
"@types/giphy-api": "2.0.2",
"@types/jest": "26.0.23",
"@types/mongoose": "5.10.5",
"@types/ms": "0.7.31",
"@types/node": "14.17.1",
"@types/node-fetch": "2.5.10",
"@types/redis": "2.8.28",
"@types/ws": "7.4.4",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"eslint": "7.27.0",
"eslint-plugin-jest": "24.3.6",
"jest": "27.0.3",
"jest-config": "27.0.3",
"rimraf": "3.0.2",
"ts-jest": "27.0.1",
"typescript": "4.3.2"
},
"dependencies": {
"@anishshobith/deeptype": "^1.0.0",
"@augu/immutable": "^0.6.0",
"@nedbot/sharder": "^0.0.12",
"@sentry/integrations": "^6.0.0",
"@sentry/node": "^6.0.0",
"@sentry/tracing": "^6.0.0",
"async-redis": "^2.0.0",
"bufferutil": "^4.0.1",
"common-tags": "^1.8.0",
"dayjs": "^1.9.1",
"dbots": "^9.0.0",
"dotenv": "^10.0.0",
"eris": "https://github.com/suggestionsbot/eris.git#dev",
"eris-reactions": "^0.1.3",
"erlpack": "^0.1.3",
"frenchkiss": "^0.2.1",
"giphy-api": "^2.0.1",
"hastebin-gen": "^2.0.5",
"mongoose": "^5.12.5",
"ms": "^2.1.2",
"node-fetch": "^2.6.1",
"redis": "^3.1.1",
"wumpfetch": "^0.3.1",
"zlib-sync": "^0.1.7"
}
}