{
  "name": "rugproof-metamask-snap",
  "version": "1.0.0",
  "description": "RugProof MetaMask Snap for real-time crypto security analysis including honeypot detection, contract verification, and wallet scanning",
  "main": "dist/bundle.js",
  "files": [
    "dist/",
    "snap.manifest.json",
    "images/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vmmuthu31/RugproofAI.git"
  },
  "homepage": "https://rugproofai.com",
  "bugs": {
    "url": "https://github.com/vmmuthu31/RugproofAI/issues"
  },
  "author": {
    "name": "RugProof AI",
    "email": "support@rugproofai.com",
    "url": "https://rugproofai.com"
  },
  "keywords": [
    "metamask",
    "snap",
    "crypto",
    "security",
    "defi",
    "honeypot",
    "contract-verification",
    "wallet-scanner",
    "blockchain",
    "ethereum"
  ],
  "license": "MIT",
  "scripts": {
    "build": "mm-snap build",
    "serve": "mm-snap serve",
    "manifest:validate": "mm-snap manifest --fix",
    "start": "mm-snap watch",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@metamask/snaps-sdk": "^4.2.0"
  },
  "devDependencies": {
    "@metamask/snaps-cli": "^6.0.2",
    "@types/node": "^20.0.0",
    "prettier": "^3.6.2",
    "typescript": "^5.0.0"
  },
  "packageManager": "yarn@3.2.1"
}
