{
  "name": "vite-plugin-remove-console",
  "version": "2.2.0",
  "packageManager": "pnpm@8.6.10",
  "description": "A vite plugin that remove the types of console in the production environment",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "format": "prettier --check --write .",
    "pub": "pub"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaoxian521/vite-plugin-remove-console.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "vite",
    "console",
    "remove-console"
  ],
  "author": "xiaoxian521",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xiaoxian521/vite-plugin-remove-console/issues"
  },
  "homepage": "https://github.com/xiaoxian521/vite-plugin-remove-console#readme",
  "devDependencies": {
    "@pureadmin/release": "^1.0.0",
    "@types/node": "^20.10.3",
    "prettier": "^3.1.0",
    "tsup": "^6.7.0",
    "typescript": "^5.3.2",
    "vite": "^5.0.4"
  }
}
