@riddance/host
Version:
48 lines • 1.16 kB
JSON
{
"name": "@riddance/host",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"engines": {
"node": ">=24"
},
"keywords": [
"riddance",
"serverless",
"environment",
"devenv",
"opinionated"
],
"files": [
"*.js",
"*.d.ts",
"host/*.js",
"host/*.d.ts"
],
"exports": {
"./lib/context": "./context.js",
"./lib/http": "./http.js",
"./lib/timer": "./timer.js",
"./lib/event": "./event.js",
"./registry": "./host/registry.js",
"./reflect": "./host/reflect.js",
"./logging": "./host/logging.js",
"./context": "./host/context.js",
"./http": "./host/http.js",
"./http-registry": "./host/http-registry.js",
"./timer": "./host/timer.js",
"./timer-registry": "./host/timer-registry.js",
"./event": "./host/event.js",
"./event-registry": "./host/event-registry.js"
},
"scripts": {
"start": "riddance-watch",
"prepack": "riddance-build",
"prepublishOnly": "riddance-prepublish",
"postpublish": "riddance-sync"
},
"devDependencies": {
"@riddance/env": "0.10.0"
},
"gitHead": "938215b8aaa563d0e9574780086fc38dae9d991f"
}