Spaces:
Runtime error
Runtime error
Create package.json
Browse files- 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 |
+
}
|