13 lines
231 B
JSON
13 lines
231 B
JSON
|
{
|
||
|
"name": "@hono/sentry",
|
||
|
"version": "1.2.2",
|
||
|
"license": "MIT",
|
||
|
"exports": {
|
||
|
".": "./src/index.ts"
|
||
|
},
|
||
|
"publish": {
|
||
|
"include": ["deno.json", "README.md", "src/**/*.ts"],
|
||
|
"exclude": ["src/**/*.test.ts"]
|
||
|
}
|
||
|
}
|