{
  "name": "@list-kr/adshield-defense",
  "version": "0.1.8",
  "description": "Ad-Shield의 광고 재삽입을 차단하는 가벼운 유저스크립트",
  "type": "module",
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/List-KR/adshield-defense.git"
  },
  "engines": {
    "node": "24.x"
  },
  "files": [
    "dist",
    "src",
    "build.mjs",
    "CONTRIBUTING.md"
  ],
  "scripts": {
    "build": "node build.mjs",
    "lint": "eslint .",
    "test": "node --test"
  },
  "devDependencies": {
    "esbuild": "^0.28.2",
    "eslint": "^10.8.1"
  },
  "allowScripts": {
    "esbuild@0.28.2": true
  }
}
