{
    "name": "localhost-cert",
    "version": "2.1.0",
    "main": "index.js",
    "scripts": {
        "test": "node tests/fullWorkflow.js",
        "publish:packages": "node scripts/publishBoth.js"
    },
    "bin": {
        "cra-cert": "bin/cra-cert.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/IdeaNest-org/localhost-cert.git"
    },
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/IdeaNest-org/localhost-cert/issues"
    },
    "homepage": "https://github.com/IdeaNest-org/localhost-cert#readme",
    "description": "A secure and convenient solution for enabling HTTPS on localhost",
    "keywords": [
        "localhost",
        "https",
        "ssl",
        "tls",
        "certificate",
        "localhost-certificate",
        "localhost-cert",
        "localhost https",
        "localhost ssl",
        "localhost tls",
        "localhost certificate",
        "localhost cert",
        "localhost-https",
        "localhost-ssl",
        "localhost-cert",
        "https-localhost",
        "https-server",
        "minica",
        "mkcert"
    ],
    "npmIgnore": [
        "test.js",
        ".github/",
        "createRootCert.js",
        "createServerCert.js",
        "saveAndDelete.js"
    ],
    "dependencies": {
        "fs-extra": "^11.3.2",
        "mac-ca": "^2.0.3",
        "sudo-prompt": "^9.2.1",
        "win-ca": "^3.5.1"
    },
    "devDependencies": {
        "@octokit/rest": "^20.0.1",
        "node-forge": "^1.3.1"
    }
}
