-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.54 KB
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
59
60
61
62
63
{
"name": "lem-api-server",
"version": "2.8.0",
"description": "NodeJS with ExpressJS REST API for LEM (Line Efficiency Monitoring) System",
"main": "index.ts",
"engines": {
"node": "12.13.1",
"npm": "6.14.5"
},
"scripts": {
"start": "ts-node-dev --poll index.ts"
},
"keywords": [
"rest api",
"node",
"express",
"mongo",
"mongoose",
"manufacturing",
"production",
"rest",
"api"
],
"author": {
"name": "Michal Szumnarski",
"email": "michal.szumnarski@gmail.com"
},
"license": "ISC",
"bugs": "https://github.com/thembones79/lem-server/issues",
"homepage": "https://github.com/thembones79/lem-server#readme",
"repository": {
"type": "git",
"url": "https://github.com/thembones79/lem-server.git"
},
"dependencies": {
"@types/bcrypt-nodejs": "0.0.31",
"@types/body-parser": "1.19.0",
"@types/cors": "2.8.10",
"@types/express": "4.17.11",
"@types/mongoose": "5.10.3",
"@types/morgan": "1.9.2",
"@types/passport": "1.0.6",
"@types/passport-jwt": "3.0.5",
"@types/passport-local": "1.0.33",
"@types/socket.io": "2.1.13",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.19.0",
"cors": "2.8.5",
"dotenv": "^8.2.0",
"express": "4.17.1",
"helmet": "4.0.0",
"jwt-simple": "0.5.6",
"mongoose": "5.9.25",
"morgan": "1.10.0",
"nodemon": "2.0.4",
"passport": "0.4.1",
"passport-jwt": "4.0.0",
"passport-local": "1.0.0",
"socket.io": "2.3.0",
"ts-node-dev": "1.1.6",
"typescript": "4.2.3"
}
}