26 lines
		
	
	
		
			495 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			495 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "name": "xantic",
 | |
|   "version": "0.0.1",
 | |
|   "description": "ConnectX Xantic",
 | |
|   "main": "src/index.js",
 | |
|   "scripts": {
 | |
|     "test": "nodemon src/index",
 | |
|     "start": "node src/index"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "cx",
 | |
|     "multiserver"
 | |
|   ],
 | |
|   "author": "Unbound LLC",
 | |
|   "license": "AGPLv3",
 | |
|   "dependencies": {
 | |
|     "discord.js": "^14.14.1",
 | |
|     "dotenv": "^16.4.5",
 | |
|     "mongodb": "^6.4.0",
 | |
|     "mysql2": "^3.9.2",
 | |
|     "nodemon": "^3.1.0",
 | |
|     "sequelize": "^6.37.1",
 | |
|     "sqlite3": "^5.1.7"
 | |
|   }
 | |
| }
 |