apache-node-proxy
Version:
CLI tool to automatically configure Apache virtual hosts for Node.js applications
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "apache-node-proxy",
"version": "1.0.2",
"description": "CLI tool to automatically configure Apache virtual hosts for Node.js applications",
"main": "dist/index.js",
"bin": {
"apache-node-proxy": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "ts-node src/test.ts",
"prepare": "npm run build"
},
"keywords": [
"apache",
"nodejs",
"express",
"port-forwarding",
"virtual-host",
"bitnami",
"cli"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"commander": "^11.1.0",
"chalk": "^4.1.2",
"inquirer": "^8.2.6",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/inquirer": "^8.2.10",
"@types/fs-extra": "^11.0.4",
"typescript": "^5.3.0",
"ts-node": "^10.9.0"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamRyanSoftwareSolutions/apache-node-proxy.git"
},
"bugs": {
"url": "https://github.com/SamRyanSoftwareSolutions/apache-node-proxy/issues"
},
"homepage": "https://github.com/SamRyanSoftwareSolutions/apache-node-proxy#readme"
}