{
    "name": "@17secrets/usernames",
    "description": "Check username availability across all platforms. Simple, fast, and hassle-free.",
    "version": "0.0.4",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "type": "module",
    "exports": {
        ".": {
            "import": "./dist/index.js",
            "require": "./dist/index.js",
            "types": "./dist/index.d.ts"
        }
    },
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsc",
        "test": "npm run build && npm run test:dev",
        "test:dev": "tsx --watch src/index.ts"
    },
    "keywords": [
        "usernames",
        "proxy",
        "typescript",
        "v2"
    ],
    "author": "17secrets",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/pqpcara/usernames-v2.git"
    },
    "bugs": {
        "url": "https://github.com/pqpcara/usernames-v2/issues"
    },
    "homepage": "https://github.com/pqpcara/usernames-v2#readme",
    "devDependencies": {
        "@types/node": "^25.2.2",
        "tsx": "^4.21.0",
        "typescript": "^5.9.3"
    },
    "dependencies": {
        "undici": "^7.20.0"
    }
}