-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
{
"name": "teammeet-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "pm2 start ecosystem.config.js --only development --watch --no-daemon",
"build": "tsc",
"start": "pm2 start ecosystem.config.js --only production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"faye": "^1.4.0",
"joi": "^17.2.1",
"lodash": "^4.17.20",
"md5": "^2.3.0",
"nanoid": "^3.1.15",
"peer": "^0.5.3",
"permessage-deflate": "^0.1.7",
"sequelize": "^6.3.5",
"sqlite3": "^5.0.0",
"ts-node": "^10.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.162",
"@types/md5": "^2.2.0",
"@types/node": "^16.11.1",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"pm2": "^5.1.1",
"tslib": "^2.3.1",
"typescript": "^4.4.4"
}
}