{
    "name": "dnsimple",
    "version": "13.0.0",
    "description": "A Node.JS client for the DNSimple API.",
    "keywords": [
        "dnsimple",
        "domains",
        "dns",
        "domain management",
        "ssl certificates"
    ],
    "homepage": "https://github.com/dnsimple/dnsimple-node",
    "author": "DNSimple <support@dnsimple.com> (https://dnsimple.com/)",
    "contributors": [
        "Anthony Eden <anthony.eden@dnsimple.com>"
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/dnsimple/dnsimple-node.git"
    },
    "bugs:": "https://github.com/dnsimple/dnsimple-node/issues",
    "engines": {
        "node": ">= v20.0.0"
    },
    "main": "dist/lib/main.js",
    "files": [
        "dist"
    ],
    "devDependencies": {
        "@jest/globals": "^30.0.5",
        "@types/jest": "^30.0.0",
        "fetch-mock": "^12.5.2",
        "jest": "^30.0.5",
        "prettier": "3.8.2",
        "prettier-plugin-organize-imports": "4.3.0",
        "ts-jest": "^29.2.5",
        "typescript": "^5.6.3"
    },
    "license": "MIT",
    "scripts": {
        "build": "npm run clean && tsc",
        "clean": "rm -rf dist",
        "format": "prettier -w '*.{js,json}' '{lib,test}/**/*.ts'",
        "format-check": "prettier --check '*.{js,json}' '{lib,test}/**/*.ts'",
        "test": "jest"
    }
}
