ok
Browse files- package.json +10 -9
package.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"name": "web-command-executor",
|
3 |
"version": "1.2.0",
|
4 |
"main": "app.js",
|
|
|
5 |
"scripts": {
|
6 |
"start": "node app.js",
|
7 |
"dev": "nodemon app.js",
|
@@ -9,17 +10,17 @@
|
|
9 |
"test": "jest"
|
10 |
},
|
11 |
"dependencies": {
|
12 |
-
"express": "^4.
|
13 |
-
"winston": "^3.
|
14 |
-
"helmet": "^
|
15 |
-
"express-rate-limit": "^
|
16 |
-
"jsonwebtoken": "^
|
17 |
-
"cors"
|
18 |
},
|
19 |
"devDependencies": {
|
20 |
-
"nodemon": "^
|
21 |
-
"eslint": "^
|
22 |
-
"jest": "^
|
23 |
},
|
24 |
"engines": {
|
25 |
"node": ">=18.0.0"
|
|
|
2 |
"name": "web-command-executor",
|
3 |
"version": "1.2.0",
|
4 |
"main": "app.js",
|
5 |
+
"type": "module",
|
6 |
"scripts": {
|
7 |
"start": "node app.js",
|
8 |
"dev": "nodemon app.js",
|
|
|
10 |
"test": "jest"
|
11 |
},
|
12 |
"dependencies": {
|
13 |
+
"express": "^4.18.2",
|
14 |
+
"winston": "^3.10.0",
|
15 |
+
"helmet": "^7.0.0",
|
16 |
+
"express-rate-limit": "^6.9.0",
|
17 |
+
"jsonwebtoken": "^9.0.1",
|
18 |
+
"cors": "^2.8.5"
|
19 |
},
|
20 |
"devDependencies": {
|
21 |
+
"nodemon": "^3.0.1",
|
22 |
+
"eslint": "^8.47.0",
|
23 |
+
"jest": "^29.6.2"
|
24 |
},
|
25 |
"engines": {
|
26 |
"node": ">=18.0.0"
|