UNPKG

multi-branch

Version:

It runs an instance per branch of your node project repository. and let you access different branches by setting a header key

57 lines (56 loc) 1.51 kB
{ "name": "multi-branch", "version": "1.0.24", "description": "It runs an instance per branch of your node project repository. and let you access different branches by setting a header key", "main": "index.js", "scripts": { "dev": "tsnd src/start.ts", "start": "ts-node src/start.ts", "build": "tsc --build tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "multi-branch": "./dist/bin.js" }, "repository": { "type": "git", "url": "git+https://github.com/m-esm/node-multi-branch.git" }, "keywords": [ "node", "multi-branch", "instance", "per", "branch", "staging", "branch-reverse-proxy" ], "author": "Mohsen Esmaeili <m-esm@hotmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/m-esm/node-multi-branch/issues" }, "homepage": "https://github.com/m-esm/node-multi-branch#readme", "dependencies": { "@types/argv": "0.0.4", "@types/chalk": "^2.2.0", "@types/express": "^4.17.2", "@types/fs-extra": "^8.0.1", "@types/http-server": "^0.10.0", "@types/lodash": "^4.14.149", "@types/node": "^12.12.14", "@types/usage": "0.0.28", "argv": "0.0.2", "chalk": "^3.0.0", "express": "^4.17.1", "figlet": "^1.2.4", "fs-extra": "^8.1.0", "http-proxy": "^1.18.0", "lodash": "^4.17.15", "ts-node": "^8.5.4", "ts-node-dev": "^1.0.0-pre.44", "typescript": "^3.7.3", "usage": "^0.7.1" }, "devDependencies": {} }