-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "nextcloud_sentry",
"version": "8.12.2",
"description": "Sentry integration for Nextcloud",
"main": "init.js",
"directories": {
"doc": "doc",
"lib": "lib"
},
"dependencies": {
"@nextcloud/auth": "^2.4.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/logger": "^3.0.2",
"@sentry/browser": "^7.119.2"
},
"devDependencies": {
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
},
"scripts": {
"build": "webpack --config src/webpack.prod.config.js",
"dev": "webpack --config src/webpack.dev.config.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChristophWurst/nextcloud_sentry.git"
},
"keywords": [
"nextcloud"
],
"author": "Christoph Wurst",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ChristophWurst/nextcloud_sentry/issues"
},
"homepage": "https://github.com/ChristophWurst/nextcloud_sentry#readme"
}