forked from snyk-tech-services/backstage-plugin-snyk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1011 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "backstage-plugin-snyk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.js",
"types": "dist/index.d.ts"
},
"scripts": {
"build": "yarn tsc"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"@mdi/js": "^5.6.55",
"@snyk/dep-graph": "^1.23.1",
"react-circular-progressbar": "^2.0.3"
},
"devDependencies": {
"@backstage/cli": "^0.4.5",
"@backstage/dev-utils": "^0.1.1-alpha.24",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"msw": "^0.20.5",
"node-fetch": "^2.6.1"
},
"files": [
"dist"
],
"pkg": {
"scripts": [
"dist/**/*.js"
]
},
"release": {
"branches": [
"main"
]
}
}