-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.29 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
{
"name": "purrplingbot",
"version": "2.3.1",
"codename": "Miya",
"description": "A discordbot written primary for server PurrplingCat",
"main": "dist/purrplingbot.js",
"module": "dist/purrplingbot.es.js",
"types": "lib/index.d.ts",
"scripts": {
"lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx",
"build": "rollup -c",
"watch": "rollup -cw",
"start": "node bin/run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PurrplingCat/PurrplingBot.git"
},
"keywords": [
"discord",
"bot",
"twitch",
"chat",
"nodejs",
"javascript"
],
"author": "PurrplingCat",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/PurrplingCat/PurrplingBot/issues"
},
"homepage": "https://github.com/PurrplingCat/PurrplingBot#readme",
"dependencies": {
"chalk": "^4.1.0",
"core-decorators": "^0.20.0",
"date-fns": "^2.10.0",
"discord.js": "12.5.2",
"http": "^0.0.1-security",
"mongoose": "^5.12.3",
"prom-client": "^12.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.3.1",
"@types/node": "^13.7.4",
"@types/ws": "^7.2.4",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint": "^6.8.0",
"rollup": "^1.31.1",
"rollup-plugin-typescript2": "^0.26.0",
"typescript": "^3.8.2"
},
"resolutions": {
"@types/node": "10.17.13",
"typescript": "3.8.2",
"form-data": "2.5.1",
"tweetnacl": "1.0.3",
"rimraf": "2.6.3",
"semver": "6.3.0",
"minimist": "1.2.0",
"debug": "4.1.1",
"safe-buffer": "5.2.0",
"string-width": "4.2.0",
"strip-ansi": "6.0.0",
"is-fullwidth-code-point": "3.0.0",
"ansi-regex": "5.0.0",
"strip-json-comments": "3.0.1",
"extsprintf": "1.3.0",
"chalk": "3.0.0",
"tslib": "1.10.0",
"yargs": "15.1.0",
"ansi-styles": "4.2.1",
"supports-color": "7.1.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"has-flag": "4.0.0",
"cliui": "6.0.0",
"find-up": "4.1.0",
"yargs-parser": "16.1.0",
"wrap-ansi": "6.2.0",
"locate-path": "5.0.0",
"path-exists": "4.0.0",
"p-locate": "4.1.0",
"emoji-regex": "8.0.0",
"resolve": "1.15.1",
"fs-extra": "8.1.0",
"estree-walker": "1.0.1",
"regexpp": "3.0.0"
}
}