UNPKG

@axlotl-lab/navigrator

Version:

A powerful local domain manager for development environments. Navigrator helps you manage local domains and SSL certificates with a simple web interface.

76 lines 1.87 kB
{ "name": "@axlotl-lab/navigrator", "version": "1.4.0", "description": "", "main": "./dist/index.js", "module": "./dist/index.mjs", "files": [ "dist", "public" ], "bin": { "navigrator": "dist/cli.js" }, "scripts": { "build": "npm run build:server && npm run build:client", "build:server": "tsc", "build:client": "webpack --mode production", "dev": "nodemon --config nodemon.json --exec ts-node src/cli.ts start", "start": "node dist/cli.js start", "test": "jest", "lint": "eslint src/**/*.ts", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/axlotl-lab/navigrator.git" }, "keywords": [ "local-domains", "ssl", "hosts", "certificates", "development" ], "author": "", "license": "MIT", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/axlotl-lab/navigrator/issues" }, "homepage": "https://github.com/axlotl-lab/navigrator#readme", "devDependencies": { "@eslint/js": "^9.22.0", "@types/express": "^5.0.1", "@types/figlet": "^1.7.0", "@types/jest": "^29.5.14", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "@typescript-eslint/utils": "^8.26.0", "bunchee": "^6.4.0", "css-loader": "^7.1.2", "eslint": "^9.21.0", "jest": "^29.7.0", "nodemon": "^3.1.9", "prettier": "^3.5.3", "style-loader": "^4.0.0", "ts-jest": "^29.2.6", "ts-loader": "^9.5.2", "ts-node": "^10.9.2", "typescript": "^5.8.2", "typescript-eslint": "^8.26.0", "webpack": "^5.98.0", "webpack-cli": "^6.0.1" }, "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "express": "^4.21.2", "figlet": "^1.8.0", "open": "^10.1.0", "react": "^19.1.0", "react-dom": "^19.1.0" } }