@twin.org/api-tenant-processor
Version:
API Tenant Processor for converting and api key to a tenant id.
57 lines (56 loc) • 1.24 kB
JSON
{
"name": "@twin.org/api-tenant-processor",
"version": "0.0.3-next.1",
"description": "API Tenant Processor for converting and api key to a tenant id.",
"repository": {
"type": "git",
"url": "git+https://github.com/twinfoundation/api.git",
"directory": "packages/api-tenant-processor"
},
"author": "martyn.janes@iota.org",
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@twin.org/api-models": "0.0.3-next.1",
"@twin.org/context": "next",
"@twin.org/core": "next",
"@twin.org/entity": "next",
"@twin.org/entity-storage-models": "next",
"@twin.org/nameof": "next",
"@twin.org/web": "next"
},
"main": "./dist/es/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/es/index.js",
"default": "./dist/es/index.js"
},
"./locales/*.json": "./locales/*.json"
},
"files": [
"dist/es",
"dist/types",
"locales",
"docs"
],
"keywords": [
"twin",
"trade",
"iota",
"framework",
"blockchain",
"node",
"tenant",
"foundation",
"utilities"
],
"bugs": {
"url": "git+https://github.com/twinfoundation/api/issues"
},
"homepage": "https://twindev.org"
}