generated from Noovolari/leapp-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "leapp-ssm-tunnels-plugin",
"author": {
"name": "christian.calabrese",
"email": "[email protected]"
},
"icon": "icon.png",
"version": "1.0.24",
"description": "The Noovolari Leapp plugin to establish SSM tunnels on the fly! More information on how to configure and use it on https://github.com/christian-calabrese/leapp-ssm-tunnels-plugin.git",
"repository": {
"type": "git",
"url": "https://github.com/christian-calabrese/leapp-ssm-tunnels-plugin.git"
},
"keywords": [
"leapp-plugin",
"aws"
],
"leappPlugin": {
"supportedOS": [
"mac",
"linux",
"windows"
],
"supportedSessions": [
"awsIamRoleFederated",
"awsIamRoleChained",
"awsSsoRole",
"awsIamUser",
"aws"
]
},
"scripts": {
"build": "webpack --config webpack.config.js"
},
"files": [
"plugin.js",
"icon.png"
],
"license": "MPL",
"dependencies": {
"@noovolari/leapp-core": "0.1.126"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"path-browserify": "^1.0.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}