UNPKG

cloudworker-proxy

Version:
52 lines (51 loc) 1.4 kB
{ "name": "cloudworker-proxy", "version": "1.16.0", "description": "An api gateway for cloudflare workers", "main": "src/index.js", "scripts": { "lint": "eslint src", "test": "npm run unit && npm run lint", "unit": "mocha test/**/*.test.js --require test/bootstrap.js", "package": "rm -rf node_modules && rm -rf examples/node_modules && npm install --prod" }, "repository": { "type": "git", "url": "git+https://github.com/markusahlstrand/cloudworker-proxy.git" }, "keywords": [ "cloudflare", "workers", "api", "gateway", "proxy" ], "author": "Markus Ahlstrand", "license": "MIT", "bugs": { "url": "https://github.com/markusahlstrand/cloudworker-proxy/issues" }, "homepage": "https://github.com/markusahlstrand/cloudworker-proxy#readme", "dependencies": { "aws4fetch": "1.0.13", "cloudworker-router": "1.11.2", "cookie": "0.4.1", "lodash.get": "4.4.2", "lodash.set": "4.3.2", "shortid": "2.2.16" }, "devDependencies": { "chai": "4.2.0", "dotenv": "8.2.0", "eslint": "7.13.0", "eslint-config-airbnb-base": "14.2.1", "eslint-config-prettier": "6.15.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-prettier": "3.1.4", "fetch-mock": "9.10.7", "mocha": "8.2.1", "node-cloudworker": "1.4.3", "node-fetch": "2.6.1", "prettier": "2.1.2" } }