-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "foreman_discovery",
"version": "16.3.4",
"description": "This plugin enables Foreman to do automatic bare-metal discovery of unknown nodes on the provisioning network.",
"main": "index.js",
"scripts": {
"lint": "tfm-lint --plugin -d /webpack",
"test": "tfm-test --plugin",
"test:watch": "tfm-test --plugin --watchAll",
"test:current": "tfm-test --plugin --watch",
"publish-coverage": "tfm-publish-coverage",
"create-react-component": "yo react-domain"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theforeman/foreman_discovery.git"
},
"bugs": {
"url": "http://projects.theforeman.org/projects/foreman_discovery/issues"
},
"peerDependencies": {
"@theforeman/vendor": ">= 0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@theforeman/builder": ">= 0",
"@theforeman/eslint-plugin-foreman": ">= 0",
"@theforeman/test": ">= 0",
"eslint": "^6.7.2",
"prettier": "^1.19.1",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.0.0"
}
}