UNPKG

locadot

Version:

Secure your local development environment with HTTPS and custom domains like dev.localhost.

49 lines (48 loc) 1.26 kB
{ "name": "locadot", "version": "1.5.7", "description": "Secure your local development environment with HTTPS and custom domains like dev.localhost.", "homepage": "https://www.npmjs.com/package/locadot", "main": "dist/index.js", "bin": { "locadot": "./dist/index.js" }, "scripts": { "dev": "tsx --watch src/index.ts", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/avinashid/locadot.git" }, "keywords": [ "locadot", "https", "ssl", "https-proxy", "localhost", "https" ], "author": "avinashid", "license": "MIT", "bugs": { "url": "https://github.com/avinashid/locadot/issues" }, "dependencies": { "@expo/sudo-prompt": "^9.3.2", "@types/http-proxy": "^1.17.16", "@types/yargs": "^17.0.33", "appdata-path": "^1.0.0", "chokidar": "^4.0.3", "commander": "^14.0.0", "http-proxy": "^1.18.1", "https": "^1.0.0", "mkcert": "^3.2.0", "winston": "^3.17.0" }, "devDependencies": { "tsx": "^4.19.3", "typescript": "^5.8.3" }, "packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912" }