Skip to content

Commit

Permalink
add package info
Browse files Browse the repository at this point in the history
  • Loading branch information
maou-shonen committed Jul 6, 2024
1 parent 8434238 commit ad76152
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "hono-pino",
"version": "0.0.5",
"description": "A pino logger plugin for hono",
"repository": "github:maou-shonen/hono-pino",
"license": "MIT",
"author": "maou-shonen",
"type": "module",
Expand All @@ -17,6 +18,7 @@
}
}
},
"module": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
Expand All @@ -31,15 +33,18 @@
"bugs": {
"url": "https://github.com/maou-shonen/hono-pino/issues"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"scripts": {
"prepare": "husky",
"build": "tsup-node",
"format": "prettier --write .",
"typecheck": "tsc",
"lint": "eslint --quiet .",
"test": "vitest",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
Expand Down

0 comments on commit ad76152

Please sign in to comment.