31 lines
533 B
JSON
31 lines
533 B
JSON
{
|
|
"name": "@autumn/logging",
|
|
"version": "0.0.1",
|
|
"author": "Autumn",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"ts": "tsc --noEmit",
|
|
"test": "bun test tests/unit",
|
|
"prepack": "bun run build",
|
|
"prepublishOnly": "bun run build"
|
|
},
|
|
"dependencies": {
|
|
"@axiomhq/pino": "^1.3.1",
|
|
"pino": "^9.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.13",
|
|
"@types/node": "^18.19.3",
|
|
"typescript": "~5.8.3"
|
|
}
|
|
}
|