strapi/packages/plugins/sentry/package.json
2021-09-15 16:44:19 +02:00

33 lines
675 B
JSON

{
"name": "@strapi/plugin-sentry",
"version": "3.6.8",
"description": "Send Strapi error events to Sentry",
"strapi": {
"name": "sentry",
"displayName": "Sentry",
"icon": "plug",
"description": "sentry.plugin.description",
"kind": "plugin"
},
"dependencies": {
"@sentry/node": "6.7.1"
},
"author": {
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE"
}