-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.19 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
{
"name": "cerke_online_backend",
"version": "1.0.1",
"description": "",
"engines": {
"node": "16.x"
},
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"test": "node test.js",
"build": "tsc"
},
"dependencies": {
"@types/ws": "^7.4.7",
"body-parser": "^1.19.0",
"cerke_hands_and_score": "^1.0.2",
"cerke_online_api": "1.9.0",
"cerke_verifier": "0.0.10",
"discord.js": "^12.5.3",
"ejs": "^2.5.6",
"eslint": "^7.32.0",
"express": "^4.15.2",
"fp-ts": "^2.0.3",
"io-ts": "^2.0.0",
"knuth-shuffle": "^1.0.8",
"uuid": "^3.3.3",
"ws": "^8.2.0"
},
"devDependencies": {
"@types/express": "^4.17.2",
"@types/knuth-shuffle": "^1.0.0",
"@types/node": "^12.12.28",
"@types/uuid": "^3.4.7",
"@typescript-eslint/parser": "^4.29.3",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.2",
"request": "^2.81.0",
"tape": "^4.7.0",
"typescript": "^3.8.2"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/jekto.vatimeliju/cerke_online_backend.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}