-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "foreman_scc_manager",
"version": "2.2.23",
"description": "Foreman plugin to sync SUSE Customer Center products and repositories into Katello ",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"lint": "tfm-lint --plugin -d /webpack",
"test": "tfm-test --plugin",
"create-react-component": "yo react-domain"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ATIX-AG/foreman_scc_manager.git"
},
"peerDependencies": {
"@theforeman/vendor": ">= 8.16.0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"babel-eslint": ">= 10.0.3",
"@theforeman/builder": ">= 10.0",
"@theforeman/eslint-plugin-foreman": ">= 10.0",
"@theforeman/find-foreman": ">= 10.0",
"@theforeman/test": ">= 10.0",
"@theforeman/vendor-dev": ">= 10.0",
"eslint": "^6.7.2",
"eslint-plugin-spellcheck": ">= 0.0.17",
"eslint-plugin-react": ">= 7.27.1",
"eslint-plugin-react-hooks": ">= 4.3.0",
"prettier": "^2.5.1"
},
"keywords": [
"SUSE",
"Katello",
"products",
"repositories"
],
"author": "ATIX AG",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ATIX-AG/foreman_scc_manager/issues"
},
"homepage": "https://github.com/ATIX-AG/foreman_scc_manager#readme"
}