learning_ai_common_plat/packages/logger/package.json

25 lines
538 B
JSON

{
"name": "@bytelyst/logger",
"version": "0.1.0",
"description": "Structured logger factory for Next.js dashboards and Node.js services",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "vitest run --pool forks"
},
"publishConfig": {
"registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/"
}
}