{
  "name": "reachy-url",
  "version": "1.1.0",
  "description": "Zero dependency nodejs library for checking if URL is reachable or not",
  "main": "lib/index.cjs",
  "module": "lib/index.js",
  "scripts": {
    "build": "tsx build.ts",
    "prepublishOnly": "npm test && npm run build",
    "test": "vitest --watch false"
  },
  "keywords": [
    "domain-check",
    "url-resolver",
    "url",
    "url-exist",
    "url-validator"
  ],
  "author": "Shivam <singhshivamkr@gmail.com>",
  "license": "AGPL3",
  "devDependencies": {
    "@swc/core": "^1.2.220",
    "@types/node": "^18.6.2",
    "@types/polka": "^0.5.4",
    "concat-md": "^0.4.0",
    "npm-dts": "^1.3.12",
    "polka": "^0.5.2",
    "tsx": "^3.8.0",
    "typedoc": "^0.23.10",
    "typedoc-plugin-markdown": "^3.13.4",
    "typescript": "^4.7.4",
    "vitest": "^0.19.1"
  }
}
