clone3 commited on
Commit
93a5f38
1 Parent(s): cbb9f14

Create package.json

Browse files
Files changed (1) hide show
  1. 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
+ }