Skip to content

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Jun 17, 2022
1 parent 40a15a8 commit 5fc632d
Show file tree
Hide file tree
Showing 9 changed files with 1,222 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.nyc_output
node_modules
dist
build
coverage
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "esbuild-plugin-pino",
"version": "1.0.0",
"description": "A pino plugin for esbuild",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/davipon/esbuild-plugin-pino",
"bugs": "https://github.com/davipon/esbuild-plugin-pino/issues",
"scripts": {
"build": "tsc",
"test": "rm -rf dist && tsc && vitest run"
},
"keywords": [
"pino",
"esbuild",
"esbuild-plugin",
"pino-plugin"
],
"author": "David Peng <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.0.0",
"esbuild": "^0.14.45",
"execa": "^6.1.0",
"pino": "^8.0.0",
"pino-loki": "^2.0.0",
"pino-pretty": "^8.0.0",
"thread-stream": "^1.0.0",
"typescript": "^4.7.3",
"vitest": "^0.15.1"
}
}
Loading

0 comments on commit 5fc632d

Please sign in to comment.