forked from larsenv/discross
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "discross",
"version": "0.10.0",
"description": "A webhook bridge to send messages on Discord through a webpage",
"main": "index.js",
"dependencies": {
"@bhavingajjar/html-minify": "^1.0.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.5.0",
"discord.js": "^14.14.1",
"escape-html": "^1.0.3",
"he": "^1.2.0",
"markdown-it": "^14.1.0",
"mime-types": "^2.1.35",
"owasp-password-strength-test": "^1.3.0",
"path-sanitizer": "^2.0.0",
"sharp": "^0.33.3",
"snowtransfer": "^0.10.5",
"uuid": "^9.0.1",
"ws": "^8.17.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Heath123/discross.git"
},
"author": "Heath Mitchell, circuit10#0158, github.com/Heath123, [email protected]",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Heath123/discross/issues"
},
"homepage": "https://github.com/Heath123/discross#readme"
}