{
  "name": "@list-kr/namulink",
  "version": "17.4.2",
  "description": "",
  "type": "module",
  "scripts": {
    "build": "esbuild sources/src/index.ts --bundle --minify --define:global=window --inject:./sources/esbuild.inject.ts --banner:js=\"$(cat ./sources/banner.txt)\" --target=es2022,chrome109,safari16,firefox115 --outfile=./dist/NamuLink.user.js",
    "debug": "esbuild sources/src/index.ts --bundle --define:global=window --inject:./sources/esbuild.inject.ts --banner:js=\"$(cat ./sources/banner.txt)\" --target=es2022,chrome109,safari16,firefox115 --outfile=./dist/NamuLink-debug.user.js",
    "lint": "tsc && eslint sources --ext .ts"
  },
  "keywords": [],
  "author": {
    "name": "PiQuark6046",
    "email": "piquark6046@proton.me",
    "url": "https://github.com/PiQuark6046"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/List-KR/NamuLink"
  },
  "contributors": [
    {
      "name": "green1052",
      "url": "https://github.com/green1052"
    },
    {
      "name": "gaeulbyul",
      "url": "https://github.com/gaeulbyul"
    },
    {
      "name": "Adguard Software Ltd.",
      "url": "https://adguard.com/"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@types/node": "^22.18.1"
  },
  "devDependencies": {
    "esbuild": "^0.25.9",
    "eslint": "^9.35.0",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.43.0"
  }
}
