cruxx4 commited on
Commit
cea2659
·
verified ·
1 Parent(s): a70b16f

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
+ "express": "^4.18.2",
4
+ "file-type": "^16.5.4"
5
+ }
6
+ }