Create package.json
Browse files- package.json +6 -0
package.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dependencies": {
|
3 |
+
"node-pty": "^0.10.1",
|
4 |
+
"ws": "^8.8.1"
|
5 |
+
}
|
6 |
+
}
|