@seawingai/winglog
Version:
A powerful TypeScript/JavaScript logging library built on top of Pino for structured logging with enhanced features
21 lines (20 loc) • 550 B
JSON
{
"name": "winglog",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/winglog/src",
"projectType": "library",
"tags": ["lib"],
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/libs/winglog",
"tsConfig": "libs/winglog/tsconfig.lib.json",
"packageJson": "libs/winglog/package.json",
"main": "libs/winglog/src/index.ts",
"assets": ["libs/winglog/*.md"]
}
}
}
}