Spaces:
Running
Running
Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"type": "module",
|
3 |
"dependencies": {
|
4 |
"express": "*",
|
5 |
-
"body-parser": "*"
|
|
|
6 |
}
|
7 |
}
|
|
|
2 |
"type": "module",
|
3 |
"dependencies": {
|
4 |
"express": "*",
|
5 |
+
"body-parser": "*",
|
6 |
+
"os": "*"
|
7 |
}
|
8 |
}
|