UNPKG

@riddance/host

Version:

41 lines 867 B
{ "name": "@riddance/host", "version": "0.1.2", "type": "module", "license": "MIT", "engines": { "node": ">=20" }, "keywords": [ "riddance", "serverless", "environment", "devenv", "opinionated" ], "files": [ "*.js", "*.d.ts", "host/*.js", "host/*.d.ts" ], "exports": { "./lib/context": "./context.js", "./lib/http": "./http.js", "./registry": "./host/registry.js", "./reflect": "./host/reflect.js", "./logging": "./host/logging.js", "./context": "./host/context.js", "./http": "./host/http.js" }, "scripts": { "start": "riddance-watch", "prepack": "riddance-build", "prepublishOnly": "riddance-prepublish", "postpublish": "riddance-sync" }, "devDependencies": { "@riddance/env": "0.6.4" }, "gitHead": "4feac673b1ac724633c951b4b7cebb2e926de409" }