@cursedfaction3333/cursed-faction-ultimate-ecosystem
Version:
Ultimate AI-powered ecosystem combining all Cursed Faction packages: Vault Ecosystem, Gaming Ecosystem, NFT Ecosystem, and AI Smart Intelligence with Perfect Programs - The complete revolutionary platform
168 lines (167 loc) • 4.53 kB
JSON
{
"name": "@cursedfaction3333/cursed-faction-ultimate-ecosystem",
"version": "5.0.0",
"description": "Ultimate AI-powered ecosystem combining all Cursed Faction packages: Vault Ecosystem, Gaming Ecosystem, NFT Ecosystem, and AI Smart Intelligence with Perfect Programs - The complete revolutionary platform",
"main": "server.js",
"bin": {
"cursed-ultimate": "./bin/cli.js",
"cursed-ai": "./bin/ai-cli.js",
"cursed-vault": "./bin/vault-cli.js",
"cursed-gaming": "./bin/gaming-cli.js",
"cursed-nft": "./bin/nft-cli.js"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"build": "webpack --mode production",
"test": "jest --passWithNoTests",
"deploy": "node deploy.js",
"publish-package": "npm publish --access public",
"live-deploy": "node live-deploy.js",
"vault-start": "node modules/vault/vault-server.js",
"gaming-start": "node modules/gaming/gaming-server.js",
"nft-start": "node modules/nft/nft-server.js",
"ai-start": "node modules/ai/ai-server.js",
"all-services": "concurrently \"npm run vault-start\" \"npm run gaming-start\" \"npm run nft-start\" \"npm run ai-start\"",
"docker-build": "docker build -t cursed-faction-ultimate .",
"docker-run": "docker run -p 3000:3000 cursed-faction-ultimate"
},
"keywords": [
"cursed-faction",
"ultimate-ecosystem",
"ai-smart-intelligence",
"neural-network",
"quantum-computing",
"emotion-ai",
"predictive-modeling",
"content-generation",
"metaverse",
"quantum-security",
"health-monitoring",
"vault-ecosystem",
"magic-eden",
"zora-integration",
"cross-chain-bridging",
"gaming-ecosystem",
"nft-ecosystem",
"zeus-ai-master",
"legion-security",
"hydra-dragon-sentinel",
"immortal-security",
"blockchain",
"web3",
"defi",
"nft",
"gaming",
"ai",
"machine-learning",
"cryptocurrency",
"ethereum",
"polygon",
"solana",
"binance-smart-chain"
],
"author": "Alexander Cruz <alexcruz3333@cursed-faction.com> (@cursedfaction3333)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cursedfaction3333/cursed-faction-ultimate-ecosystem.git"
},
"bugs": {
"url": "https://github.com/cursedfaction3333/cursed-faction-ultimate-ecosystem/issues"
},
"homepage": "https://cursed-faction-ultimate.com",
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.7.2",
"cors": "^2.8.5",
"helmet": "^7.0.0",
"express-rate-limit": "^6.10.0",
"axios": "^1.5.0",
"ws": "^8.14.2",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.5.0",
"redis": "^4.6.8",
"stripe": "^13.6.0",
"nodemailer": "^6.9.4",
"sharp": "^0.32.5",
"multer": "^1.4.4",
"web3": "^4.1.1",
"ethers": "^6.7.1",
"three": "^0.156.1",
"openai": "^4.0.0",
"node-cron": "^3.0.2",
"uuid": "^9.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"chalk": "^4.1.2",
"inquirer": "^8.2.6",
"ora": "^5.4.1",
"boxen": "^5.1.2",
"figlet": "^1.6.0",
"concurrently": "^8.2.1"
},
"devDependencies": {
"nodemon": "^3.0.1",
"jest": "^29.6.4",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.23.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"html-webpack-plugin": "^5.5.3",
"eslint": "^8.47.0",
"@types/node": "^20.5.9",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"files": [
"server.js",
"public/",
"modules/",
"routes/",
"models/",
"middleware/",
"utils/",
"config/",
"bin/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/cursedfaction3333"
},
"config": {
"vault": {
"enabled": true,
"port": 3001
},
"gaming": {
"enabled": true,
"port": 3002
},
"nft": {
"enabled": true,
"port": 3003
},
"ai": {
"enabled": true,
"port": 3004
},
"main": {
"port": 3000
}
}
}