This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.65 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
59
{
"name": "pfe",
"version": "1.0.0",
"description": "license year project",
"main": "app.js",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=express-locallibrary-tutorial:* npm run devstart",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cunbex/Smart-House-IOT.git"
},
"keywords": [
"iot",
"smart-house",
"web",
"embeded-systems"
],
"author": "cunbex",
"license": "ISC",
"bugs": {
"url": "https://github.com/cunbex/Smart-House-IOT/issues"
},
"homepage": "https://github.com/cunbex/Smart-House-IOT#readme",
"devDependencies": {
"eslint-config-wesbos": "^4.0.1",
"prisma": "^5.15.0"
},
"dependencies": {
"@prisma/client": "^5.15.0",
"@quixo3/prisma-session-store": "^3.1.13",
"bcrypt": "^5.1.1",
"cookie-parser": "~1.4.6",
"cors": "^2.8.5",
"debug": "~4.3.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"express-ejs-layouts": "^2.5.1",
"express-generator": "^4.15.5",
"express-session": "^1.18.0",
"http-errors": "~2.0.0",
"method-override": "^3.0.0",
"morgan": "~1.10.0",
"mqtt": "^5.7.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"uuid": "^10.0.0",
"ws": "^8.17.1"
}
}