{
  "name": "purlfy",
  "version": "0.4.1",
  "description": "The ultimate URL purifier.",
  "main": "src/purlfy.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PRO-2684/pURLfy.git"
  },
  "keywords": [
    "purifier",
    "url-cleaning",
    "purlfy"
  ],
  "files": [
    "src/purlfy.js",
    "LICENSE",
    "README_zh.md",
    "README.md"
  ],
  "author": "PRO-2684",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/PRO-2684/pURLfy/issues"
  },
  "homepage": "https://github.com/PRO-2684/pURLfy#readme",
  "devDependencies": {
    "wrangler": "^4.39.0"
  },
  "scripts": {
    "test": "node ./scripts/test.js",
    "version": "node ./scripts/update_version.js"
  }
}