{
  "name": "bufan-hardhat-strip-comments",
  "version": "1.0.0",
  "description": "Hardhat plugin to strip comments from contracts during verification with custom Dubai ASCII art headers",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "hardhat",
    "ethereum",
    "bsc",
    "smart-contracts",
    "plugin",
    "solidity",
    "comments",
    "strip",
    "verification",
    "dubai"
  ],
  "author": "BUFan <bufan@example.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/bufan/hardhat-strip-comments"
  },
  "homepage": "https://github.com/bufan/hardhat-strip-comments#readme",
  "license": "MIT",
  "dependencies": {
    "strip-comments": "^2.0.1"
  },
  "devDependencies": {
    "@types/node": "^16.0.0",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "hardhat": "^2.0.0"
  }
} 