-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.43 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
53
54
55
{
"name": "vapi-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node -r ./node_modules/ts-node/register.js src/index.ts"
},
"author": "Ricardo Maltez & Rúben Caceiro",
"license": "ISC",
"dependencies": {
"@material/fab": "^0.36.1",
"bcrypt": "^2.0.1",
"clone": "^2.1.1",
"date-fns": "^1.29.0",
"diskusage": "^0.2.4",
"express": "^4.16.3",
"ffmpeg-on-progress": "^1.0.0",
"fluent-ffmpeg": "^2.1.2",
"fs-promisify": "^0.2.0",
"get-folder-size": "^2.0.0",
"i18n": "^0.8.3",
"moment": "^2.22.1",
"mysql2": "^1.5.3",
"node-schedule": "^1.3.0",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"properties": "^1.2.1",
"reflect-metadata": "^0.1.10",
"rmdir": "^1.2.0",
"sharp": "^0.20.3",
"socket.io": "^2.1.1",
"superchild": "^0.1.10",
"tslint": "^5.9.1",
"typeorm": "0.2.3",
"typescript": "^2.8.1",
"web-push": "^3.3.1"
},
"devDependencies": {
"@types/bcrypt": "^1.0.0",
"@types/express": "^4.11.1",
"@types/i18n": "^0.8.3",
"@types/node": "^9.6.6",
"@types/passport": "^0.4.5",
"@types/passport-http-bearer": "^1.0.33",
"@types/passport-local": "^1.0.33",
"@types/sharp": "^0.17.8",
"@types/socket.io": "^1.4.33",
"ts-node": "3.3.0",
"tslint": "^5.9.1",
"webpack": "^4.10.2"
}
}