forked from getsentry/sentry-netlify-build-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 879 Bytes
/
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
{
"name": "@sentry/netlify-build-plugin",
"version": "1.1.1",
"description": "The Sentry Netlify build plugin automatically uploads source maps and notifies Sentry of new releases being deployed to your site after it finishes building in Netlify.",
"main": "index.js",
"keywords": [
"netlify",
"netlify-plugin",
"error-tracking",
"sentry"
],
"files": [
"index.js",
"manifest.yml",
"package.json",
"README.md",
"yarn.lock"
],
"repository": "https://github.com/getsentry/sentry-netlify-build-plugin",
"bugs": {
"url": "https://github.com/getsentry/sentry-netlify-build-plugin/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@sentry/cli": "^1.52.3",
"rimraf": "^4.3.1"
},
"engines": {
"node": ">=8.12.0"
},
"devDependencies": {
"netlify-cli": "^2.48.0",
"prettier": "^2.8.4"
}
}