wuhuizgptamd commited on
Commit
667cedd
·
verified ·
1 Parent(s): 51b29ce

Delete package.json

Browse files
Files changed (1) hide show
  1. package.json +0 -18
package.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "name": "UltimaX Intelligence",
3
- "version": "0.0.3",
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
- }
18
- }