-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 1.28 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
{
"name": "foreman_leapp",
"version": "0.0.1",
"description": "Plugin for RHEL upgrades using Foreman.",
"main": "index.js",
"scripts": {
"lint": "tfm-lint --plugin -d /webpack",
"link-leapp-js": "./script/link_leapp_js.sh",
"test": "tfm-test --plugin --config jest.config.js",
"test:watch": "tfm-test --plugin --watchAll",
"test:current": "tfm-test --plugin --watch",
"publish-coverage": "tfm-publish-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oamg/foreman_leapp.git"
},
"author": "LEAPP team + The Foreman team",
"license": "GPL-3.0",
"bugs": {
"url": "http://projects.theforeman.org/projects/foreman_leapp/issues"
},
"homepage": "https://github.com/oamg/foreman_leapp",
"peerDependencies": {
"@theforeman/vendor": ">= 12.0.1"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@theforeman/builder": ">= 12.0.1",
"@theforeman/eslint-plugin-foreman": ">= 12.0.1",
"@theforeman/eslint-plugin-rules": ">= 12.0.1",
"@theforeman/test": ">= 12.0.1",
"@theforeman/vendor-dev": ">= 12.0.1",
"babel-eslint": "^10.0.0",
"eslint": "^6.8.0",
"jest-svg-transformer": "^1.0.0",
"prettier": "^1.19.1"
},
"dependencies": {
"react-ellipsis-with-tooltip": "^1.0.8"
}
}