-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.34 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.34 KB
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
52
53
54
55
56
57
58
59
{
"name": "leapp-codeartifact-maven-plugin",
"author": {
"name": "Alessio Di Maria",
"email": "alessio.dimaria@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SleepyDeb/leapp-codeartifact-maven-plugin.git"
},
"version": "0.1.16",
"description": "This plugin autogenerates CodeArtifact Maven credentials",
"keywords": [
"leapp-plugin",
"codeartifact",
"aws"
],
"leappPlugin": {
"supportedOS": [
"mac",
"windows",
"linux"
],
"supportedSessions": [
"awsIamRoleFederated",
"awsIamRoleChained",
"awsSsoRole",
"awsIamUser",
"aws"
]
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build-local": "webpack --env=output=plugin --config webpack.config.js",
"inject": "ts-node ./src/inject-local.ts"
},
"files": [
"plugin.js",
"icon.png"
],
"license": "MPL",
"dependencies": {
"@aws-sdk/client-codeartifact": "^3.602.0",
"@noovolari/leapp-core": "0.1.165",
"fast-xml-parser": "^4.4.0"
},
"overrides": {
"follow-redirects": "^1.15.6"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"path-browserify": "^1.0.1",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.1"
}
}