-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.72 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
56
57
58
{
"name": "siralex-api",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/siralex214/siralex-api.git",
"author": "alexis mouchon <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "clear || cls & nodemon --config nodemon.json src/app.ts",
"build": "tsc",
"docker:build": "docker build . -t siralex-api",
"start": "node dist/app.js",
"go": "npm run build && npm run start"
},
"dependencies": {
"@apollo/server": "^4.4.0",
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.2",
"@types/config": "^3.3.0",
"@types/cors": "^2.8.13",
"@types/jsonwebtoken": "^9.0.0",
"@types/mongoose": "^5.11.97",
"@types/node": "^18.11.18",
"@types/typescript": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"apollo-server-core": "^3.11.1",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"child_process": "^1.0.2",
"config": "^3.3.8",
"cors": "^2.8.5",
"dotenv-flow": "^3.2.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.18.2",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"graphql": "^16.6.0",
"hls.js": "^1.4.2-0.canary.9153",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.3",
"node-media-server": "^2.5.0",
"node-rtsp-stream": "^0.0.9",
"prettier": "^2.8.2",
"socket.io": "^4.6.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/dotenv-flow": "^3.2.0",
"@types/express": "^4.17.15",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/node-media-server": "^2.3.4"
}
}