Rahul2298 commited on
Commit
c1f8d83
·
verified ·
1 Parent(s): 0a31f66

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +19 -19
package.json CHANGED
@@ -1,20 +1,20 @@
1
- {
2
- "name": "UltimaX Intelligence",
3
- "version": "1.0.0",
4
- "type": "module",
5
- "main": "mapping.js",
6
- "scripts": {
7
- "start": "node mapping.js"
8
- },
9
- "dependencies": {
10
- "express": "latest",
11
- "http": "latest",
12
- "ws": "latest",
13
- "node-fetch": "latest",
14
- "cookie-parser": "latest",
15
- "path": "latest",
16
- "url": "latest",
17
- "body-parser": "latest",
18
- "cors": "latest"
19
- }
20
  }
 
1
+ {
2
+ "name": "Rahul Patel",
3
+ "version": "1.0.0",
4
+ "type": "module",
5
+ "main": "mapping.js",
6
+ "scripts": {
7
+ "start": "node mapping.js"
8
+ },
9
+ "dependencies": {
10
+ "express": "latest",
11
+ "http": "latest",
12
+ "ws": "latest",
13
+ "node-fetch": "latest",
14
+ "cookie-parser": "latest",
15
+ "path": "latest",
16
+ "url": "latest",
17
+ "body-parser": "latest",
18
+ "cors": "latest"
19
+ }
20
  }