-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 988 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
36
37
{
"name": "twin-lamps",
"version": "1.1.0",
"private": true,
"main": "dist/app.js",
"scripts": {
"start": "tsc && node dist/bin/www.js",
"lint": "eslint . --ext .ts"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"crypto-js": "^4.1.1",
"debug": "^2.6.9",
"dotenv": "^16.0.0",
"express": "^4.16.4",
"express-handlebars": "^6.0.3",
"http-errors": "^1.6.3",
"morgan": "^1.9.1",
"mqtt": "^4.3.6"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.13",
"@types/http-errors": "^1.8.2",
"@types/morgan": "^1.9.3",
"@types/ws": "^8.5.2",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"typescript": "^4.6.2"
}
}