-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "lambert-gateway",
"version": "1.0.0",
"description": "This will act as an gateway between Discord and the Lambert-Discord-Bot",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "node dist/",
"watch": "tsc -w .",
"dev": "nodemon test/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trenite/Lambert-gateway.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Trenite/Lambert-gateway/issues"
},
"homepage": "https://github.com/Trenite/Lambert-gateway#readme",
"dependencies": {
"bufferutil": "^4.0.3",
"erlpack": "^0.1.3",
"missing-native-js-functions": "^1.0.9",
"pako": "^2.0.2",
"utf-8-validate": "^5.0.3",
"ws": "^7.4.2",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/node": "^14.14.19",
"@types/pako": "^1.0.1",
"@types/ws": "^7.4.0",
"typescript": "^4.1.3",
"zlib-sync": "^0.1.7"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.3"
}
}