incognito-dev
Version:
Run your dev server and open localhost in Chrome Incognito mode automatically.
25 lines (24 loc) • 473 B
JSON
{
"name": "incognito-dev",
"version": "1.3.0",
"description": "Run your dev server and open localhost in Chrome Incognito mode automatically.",
"bin": {
"incognito-dev": "./bin/index.js"
},
"keywords": [
"cli",
"dev",
"incognito",
"vite",
"react",
"localhost"
],
"author": "clicelee",
"license": "MIT",
"dependencies": {
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"detect-port": "^1.6.1",
"figlet": "^1.8.1"
}
}