UNPKG

@cursedfaction3333/cursed-faction-vault-gaming-ecosystem

Version:

AI-powered NFT vault gaming ecosystem with Magic Eden & Zora gaming integration, cross-chain gaming bridging, and advanced gaming security features

112 lines 3.9 kB
{ "name": "@cursedfaction3333/cursed-faction-vault-gaming-ecosystem", "version": "1.4.0", "description": "AI-powered NFT vault gaming ecosystem with Magic Eden & Zora gaming integration, cross-chain gaming bridging, and advanced gaming security features", "main": "index.js", "scripts": { "test": "hardhat test", "test:gas": "REPORT_GAS=true hardhat test", "test:coverage": "hardhat coverage", "compile": "hardhat compile", "deploy:local": "hardhat run scripts/deploy.js --network localhost", "deploy:goerli": "hardhat run scripts/deploy.js --network goerli", "deploy:mainnet": "hardhat run scripts/deploy.js --network mainnet", "deploy:ecosystem": "hardhat run scripts/deploy-ecosystem.js --network localhost", "deploy:ecosystem:goerli": "hardhat run scripts/deploy-ecosystem.js --network goerli", "deploy:ecosystem:mainnet": "hardhat run scripts/deploy-ecosystem.js --network mainnet", "deploy:enhanced": "hardhat run scripts/deploy-enhanced-ecosystem.js --network localhost", "deploy:enhanced:goerli": "hardhat run scripts/deploy-enhanced-ecosystem.js --network goerli", "deploy:enhanced:mainnet": "hardhat run scripts/deploy-enhanced-ecosystem.js --network mainnet", "deploy:base": "hardhat run scripts/deploy-to-base.js --network base", "deploy:base:sepolia": "hardhat run scripts/deploy-to-base-sepolia.js --network baseSepolia", "deploy:zora": "node deploy-zora.js", "deploy:ai": "node ai-deploy.js", "deploy:all": "node ai-deploy-all.js", "deploy:secure": "node secure-deploy.cjs", "deploy:mnemonic": "node deploy-with-mnemonic.cjs", "integrate:zora": "node npm-zora-integration.cjs", "integrate:magic-eden": "node magic-eden-integration.cjs", "test:ai": "node ai-smart-test-runner.cjs", "verify": "hardhat verify", "node": "hardhat node", "clean": "hardhat clean", "start": "node server.js", "web": "node server.js", "publish": "npm publish --access public" }, "keywords": [ "nft", "vault", "gaming", "ai", "smart-contracts", "ethereum", "defi", "subscription", "profit-sharing", "security", "zora", "magic-eden", "ecosystem", "blockchain", "revenue-sharing", "cross-chain", "base", "sepolia", "solana", "wormhole", "nft-marketplace", "gaming-nft", "gaming-token", "gaming-staking", "gaming-governance", "gaming-rewards" ], "author": "cursedfaction3333", "license": "MIT", "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", "@nomicfoundation/hardhat-ignition": "^0.19.0", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-toolbox": "^3.0.0", "@nomiclabs/hardhat-ethers": "^2.2.0", "@nomiclabs/hardhat-etherscan": "^3.1.0", "@typechain/ethers-v5": "^10.2.1", "@typechain/hardhat": "^8.0.0", "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", "chai": "^4.3.0", "ethers": "^5.7.0", "hardhat": "^2.17.0", "hardhat-gas-reporter": "^1.0.9", "solidity-coverage": "^0.8.0", "typechain": "^8.3.0", "typescript": "^4.9.0" }, "dependencies": { "@openzeppelin/contracts": "^4.9.0", "express": "^4.18.2" }, "repository": { "type": "git", "url": "https://github.com/cursedfaction3333/cursed-faction-vault-gaming-ecosystem.git" }, "bugs": { "url": "https://github.com/cursedfaction3333/cursed-faction-vault-gaming-ecosystem/issues" }, "homepage": "https://www.npmjs.com/~cursedfaction3333", "files": [ "contracts/", "scripts/", "test/", "ignition/", "*.js", "*.cjs", "*.md", "hardhat.config.js" ], "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" } }