@stacksjs/logging
Version:
The Stacks logging system.
61 lines (60 loc) • 1.47 kB
JSON
{
"name": "@stacksjs/logging",
"type": "module",
"version": "0.70.45",
"description": "The Stacks logging system.",
"author": "Chris Breuer",
"contributors": [
"Chris Breuer <chris@stacksjs.com>"
],
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/logging#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/logging"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"logging",
"stacks",
"framework",
"typescript",
"javascript"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"bun": "./src/index.ts",
"import": "./dist/index.js"
},
"./*": {
"bun": "./src/*",
"import": "./dist/*"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"README.md",
"dist"
],
"scripts": {
"build": "bun build.ts",
"typecheck": "bun tsc --noEmit",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/cli": "^0.70.45",
"@stacksjs/config": "^0.70.45",
"@stacksjs/error-handling": "^0.70.45",
"@stacksjs/path": "^0.70.45",
"@stacksjs/storage": "^0.70.45",
"@stacksjs/validation": "^0.70.45",
"typescript": "^6.0.2"
}
}