@feathersjs/hooks
Version:
Async middleware for JavaScript and TypeScript
44 lines (43 loc) • 938 B
JSON
{
"name": "@feathersjs/hooks",
"version": "0.9.0",
"description": "Async middleware for JavaScript and TypeScript",
"keywords": [
"feathers",
"hooks",
"hook",
"async",
"middleware"
],
"author": {
"name": "Feathers contributor",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"homepage": "https://feathersjs.com",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/hooks.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/feathersjs/hooks/issues"
},
"main": "./script/index.js",
"module": "./esm/index.js",
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js"
}
},
"contributors": [],
"engines": {
"node": ">= 14"
},
"publishConfig": {
"access": "public"
},
"_generatedBy": "dnt@0.40.0",
"gitHead": "f9e6e43c48b36f67794dc3e5ffb4831d107c3ce9"
}