@sliit-foss/express-http-context
Version:
A rework of the express-http-context package to use the new async_hooks API
30 lines • 1.02 kB
JSON
{
"name": "@sliit-foss/express-http-context",
"version": "2.0.0",
"description": "A rework of the express-http-context package to use the new async_hooks API",
"main": "dist/index.js",
"author": "SLIIT FOSS",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sliit-foss/npm-catalogue.git"
},
"homepage": "https://github.com/sliit-foss/npm-catalogue/blob/main/packages/express-http-context/readme.md",
"keywords": [
"express",
"context",
"http-context",
"bun"
],
"bugs": {
"url": "https://github.com/sliit-foss/npm-catalogue/issues"
},
"scripts": {
"build": "node ../../scripts/esbuild.config.js && bash ../../scripts/build-types.sh",
"build:watch": "bash ../../scripts/esbuild.watch.sh",
"bump-version": "bash ../../scripts/bump-version.sh --name=@sliit-foss/express-http-context",
"lint": "bash ../../scripts/lint.sh",
"release": "bash ../../scripts/release.sh",
"test": "bash ../../scripts/test/test.sh"
}
}