{
  "name": "shurley",
  "version": "1.0.10",
  "description": "Validate or fix URLs from user input. People make mistakes!",
  "keywords": [
    "url",
    "fix",
    "parser",
    "fixer",
    "validator",
    "lax",
    "user-input",
    "url-parser",
    "url-fixer",
    "url-lax-parser"
  ],
  "author": "Bruno Bernardino <me@brunobernardino.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BrunoBernardino/shurley.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/BrunoBernardino/shurley/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0",
    "@deno/shim-deno": "~0.18.0"
  },
  "_generatedBy": "dnt@dev"
}