UNPKG

@webscale-networks/cloudedge-handlers

Version:

Webscale Networks CloudEDGE Handlers for cloud-agnostic edge function execution

42 lines (41 loc) 924 B
{ "name": "@webscale-networks/cloudedge-handlers", "description": "Webscale Networks CloudEDGE Handlers for cloud-agnostic edge function execution", "author": "Webscale Networks", "version": "5.0.0", "license": "SEE LICENSE IN LICENSE", "keywords": [ "Webscale Networks", "Webscale", "CloudEDGE handlers", "Serverless handlers", "edge" ], "engines": { "node": ">= 16.0.0" }, "files": [ "execution_context/*/src", "execution_context/utils/src", "execution_context/constants.js", "execution_context/error.html", "execution_testing/*", "run-execution-testing.js" ], "scripts": { "pretest": "npm install && npm ls", "test": "jest --coverage=true", "posttest": "rm -rf node_modules/" }, "dependencies": { "fs-extra": "^10.0.0", "lodash": "^4.17.21" }, "devDependencies": { "jest": "^27.4.5", "jest-junit": "^13.0.0" }, "jest": { "testResultsProcessor": "jest-junit" } }