-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 871 Bytes
/
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
{
"name": "hls-microservice-backend",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "ts-node -r dotenv/config src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/fluent-ffmpeg": "^2.1.27",
"amqplib": "^0.10.4",
"cors": "^2.8.5",
"express": "^4.19.2",
"mongoose": "^8.4.0",
"mongoose-paginate-v2": "^1.8.1",
"multer": "^1.4.5-lts.1",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/amqplib": "^0.10.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/mongoose": "^5.11.97",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.12",
"dotenv": "^16.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}