UNPKG

@specprotected/spec-proxy-akamai-worker

Version:

Akamai EdgeWorker library to facilitate communication with the Spec Proxy product.

32 lines (31 loc) 748 B
{ "name": "@specprotected/spec-proxy-akamai-worker", "description": "Akamai EdgeWorker library to facilitate communication with the Spec Proxy product.", "version": "0.1.2", "author": "Jay Cunningham <jay@specprotected.com>", "license": "MPL 2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "spec", "spectrust", "spec-trust", "specprotected", "service", "edge", "worker", "service-worker", "akamai", "edgeworker" ], "homepage": "https://specprotected.com", "scripts": { "build": "tsc --build", "prepublish": "yarn build", "clean": "rm -rf dist" }, "devDependencies": { "@types/akamai-edgeworkers": "^1.1.12", "typescript": "^5.2.2" } }