-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 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
{
"name": "manage-invite-api",
"version": "1.0.0",
"main": "dist/index.js",
"author": "Androz2091 <androz2091@gmail.com>",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext .ts --fix",
"start": "ts-node-dev --respawn --transpile-only src/index.ts",
"build": "tsc"
},
"dependencies": {
"@androz2091/manage-invite-db-client": "^1.0.30",
"@types/btoa": "^1.2.3",
"btoa": "^1.2.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"express-validator": "^6.10.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"socket.io": "^4.0.0",
"veza": "^1.2.0"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/express-rate-limit": "^5.1.1",
"@types/ioredis": "^4.22.1",
"@types/jsonwebtoken": "^8.5.1",
"@types/morgan": "^1.9.2",
"@types/node-fetch": "^2.5.8",
"@types/pg": "^7.14.11",
"@types/socket.io": "^2.1.13",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.23.0",
"socket.io-client": "^4.0.0",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.3"
}
}