@storm-stack/log-stream
Version:
A package containing a Storm Stack log adapter to write logs to a stream
92 lines (91 loc) • 2.73 kB
JSON
{
"name": "@storm-stack/log-stream",
"version": "0.9.3",
"type": "module",
"description": "A package containing a Storm Stack log adapter to write logs to a stream",
"repository": {
"type": "github",
"url": "https://github.com/storm-software/storm-stack.git",
"directory": "packages/log-stream"
},
"private": false,
"devDependencies": {
"@storm-stack/core": "workspace:*",
"@storm-stack/nx": "workspace:*",
"@types/node": "^22.15.3",
"@storm-stack/plugin-node": "^0.13.0",
"@storm-stack/types": "^0.4.0"
},
"publishConfig": { "access": "public" },
"dependencies": {},
"sideEffects": false,
"files": ["dist/**/*"],
"homepage": "https://stormsoftware.com",
"bugs": {
"url": "https://stormsoftware.com/support",
"email": "support@stormsoftware.com"
},
"license": "Apache-2.0",
"keywords": [
"storm-stack",
"stormstack",
"storm-software",
"storm",
"deepkit",
"sullivanpj",
"monorepo"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
},
"exports": {
"./types": {
"import": { "types": "./dist/types.d.ts", "default": "./dist/types.mjs" },
"require": {
"types": "./dist/types.d.ts",
"default": "./dist/types.cjs"
},
"default": { "types": "./dist/types.d.ts", "default": "./dist/types.mjs" }
},
"./sink": {
"import": { "types": "./dist/sink.d.ts", "default": "./dist/sink.mjs" },
"require": { "types": "./dist/sink.d.ts", "default": "./dist/sink.cjs" },
"default": { "types": "./dist/sink.d.ts", "default": "./dist/sink.mjs" }
},
"./index": {
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" },
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
},
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }
},
"./formatter": {
"import": {
"types": "./dist/formatter.d.ts",
"default": "./dist/formatter.mjs"
},
"require": {
"types": "./dist/formatter.d.ts",
"default": "./dist/formatter.cjs"
},
"default": {
"types": "./dist/formatter.d.ts",
"default": "./dist/formatter.mjs"
}
},
".": {
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" },
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
},
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}