UNPKG

@domoinc/ryuu-proxy

Version:

a middleware that provides a proxy for local domo app development

70 lines (69 loc) 1.98 kB
{ "name": "@domoinc/ryuu-proxy", "version": "4.4.0", "description": "a middleware that provides a proxy for local domo app development", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "lint": "tslint src/**/*.ts --project ./tsconfig.json", "test": "mocha && rm -rf test", "tdd": "mocha --watch", "build": "rm -rf ./dist && tsc", "releaseAlpha": "npm run build && npm publish --tag alpha", "releaseBeta": "npm run build && npm publish --tag beta", "release": "npm run build && npm publish", "start": "npm run build -- -w", "clean": "rm -rf node_modules && yarn", "bumpAlpha": "npm run build && npm run bump -- --prerelease alpha", "bumpBeta": "npm run build && npm run bump -- --prerelease beta", "bump": "standard-version" }, "author": "AppTeam6 <Squad.AppTeam6@domo.com>", "repository": { "type": "git", "url": "https://github.com/DomoApps/ryuu-proxy.git" }, "files": [ "dist" ], "license": "MIT", "keywords": [ "domo", "domo apps" ], "devDependencies": { "@types/busboy": "^1.5.0", "@types/chai": "^4.3.1", "@types/configstore": "^5.0.1", "@types/express": "^4.17.13", "@types/mocha": "^9.1.1", "@types/node": "^18.0.6", "@types/sinon": "^10.0.12", "@types/tough-cookie": "^4.0.2", "chai": "^4.3.6", "mocha": "^10.0.0", "mock-req": "^0.2.0", "sinon": "^14.0.0", "standard-version": "^9.5.0", "ts-node": "^10.9.1", "tslint-config-airbnb": "^5.11.2", "tsutils": "^3.21.0", "typescript": "^4.7.4" }, "dependencies": { "axios": "^0.27.2", "axios-cookiejar-support": "^1.0.1", "busboy": "^1.6.0", "configstore": "^5.0.1", "dotenv": "^16.0.1", "form-data": "^4.0.0", "fs-extra": "^10.1.0", "glob": "^8.0.3", "https-proxy-agent": "^5.0.1", "ryuu-client": "^4.4.0", "tough-cookie": "^4.0.0" }, "peerDependencies": { "ryuu": "^4.2.5" } }