ShadowVNs commited on
Commit
0d2ef52
1 Parent(s): ebc6eb3

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +14 -0
package.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Shadowdz",
3
+ "version": "1.0.0",
4
+ "scripts": {
5
+ "start": "node main"
6
+ },
7
+ "author": "Nguyễn.Thanh.Mai",
8
+ "dependencies": {
9
+ "axios": "^1.6.8",
10
+ "net": "",
11
+ "url": "",
12
+ "fs": ""
13
+ }
14
+ }