60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@payloadcms/plugin-sentry",
|
|
"version": "0.0.1",
|
|
"homepage:": "https://payloadcms.com",
|
|
"repository": "git@github.com:payloadcms/plugin-sentry.git",
|
|
"description": "Sentry plugin for Payload",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint --fix --ext .ts,.tsx src"
|
|
},
|
|
"keywords": [
|
|
"payload",
|
|
"cms",
|
|
"plugin",
|
|
"typescript",
|
|
"sentry",
|
|
"error handling"
|
|
],
|
|
"author": "dev@payloadcms.com",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"payload": "^1.9.2",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/node": "^7.55.2",
|
|
"@sentry/types": "^7.54.0",
|
|
"express": "^4.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@payloadcms/eslint-config": "^0.0.1",
|
|
"@types/express": "^4.17.9",
|
|
"@types/node": "18.11.3",
|
|
"@types/react": "18.0.21",
|
|
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
"@typescript-eslint/parser": "^5.51.0",
|
|
"copyfiles": "^2.4.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-filenames": "^1.3.2",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"nodemon": "^2.0.6",
|
|
"payload": "^1.9.2",
|
|
"prettier": "^2.7.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
} |