strapi/packages/plugins/sentry/package.json
Marc Roig c771262273
v4.14.3 (#18294)
* v4.14.3

* chore: update pack up version
2023-10-05 10:20:53 +01:00

58 lines
1.4 KiB
JSON

{
"name": "@strapi/plugin-sentry",
"version": "4.14.3",
"description": "Send Strapi error events to Sentry",
"repository": {
"type": "git",
"url": "https://github.com/strapi/strapi.git",
"directory": "packages/plugins/sentry"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"scripts": {
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch",
"lint": "run -T eslint ."
},
"dependencies": {
"@sentry/node": "6.19.7",
"@strapi/design-system": "1.12.0",
"@strapi/helper-plugin": "4.14.3",
"@strapi/icons": "1.12.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"name": "sentry",
"displayName": "Sentry",
"description": "Send Strapi error events to Sentry.",
"kind": "plugin"
}
}