-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
44 lines (44 loc) · 1.46 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
{
"name": "foreman_openscap",
"version": "0.1.0",
"description": "Foreman plug-in for managing security compliance reports",
"main": "index.js",
"scripts": {
"lint": "tfm-lint --plugin -d /webpack",
"lint:custom": "eslint ./webpack",
"test": "tfm-test --plugin --config jest.config.js",
"test:watch": "tfm-test --plugin --watchAll --config jest.config.js",
"test:current": "tfm-test --plugin --watch --config jest.config.js",
"publish-coverage": "tfm-publish-coverage",
"create-react-component": "yo react-domain"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theforeman/foreman_openscap.git"
},
"bugs": {
"url": "https://projects.theforeman.org/projects/foreman_openscap/issues"
},
"peerDependencies": {
"@theforeman/vendor": ">= 10.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@testing-library/dom": "^8.9.1",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/user-event": "^13.2.1",
"@theforeman/builder": ">= 10.1.0",
"@theforeman/eslint-plugin-foreman": ">= 10.1.0",
"@theforeman/eslint-plugin-rules": ">= 10.1.0",
"@theforeman/find-foreman": ">= 10.1.0",
"@theforeman/test": ">= 10.1.0",
"@theforeman/vendor-dev": ">= 10.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"jed": "^1.1.1",
"jest-svg-transformer": "^1.0.0",
"prettier": "^1.13.5",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.0.0"
}
}