-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
38 lines (38 loc) · 1.16 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
{
"name": "foreman_templates",
"version": "0.0.1",
"description": "This plugin will sync the contents of the Foreman Community Templates [repository](https://github.com/theforeman/community-templates/) (or a git repo of your choice) to your local Foreman instance",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tfm-test --plugin",
"lint": "tfm-lint --plugin -d /webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theforeman/foreman_templates.git"
},
"author": "The Foreman team",
"license": "GPL-3.0",
"bugs": {
"url": "https://projects.theforeman.org"
},
"homepage": "https://github.com/theforeman/foreman_templates",
"peerDependencies": {
"@theforeman/vendor": "^10.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@theforeman/builder": ">= 12.0.1",
"@theforeman/eslint-plugin-foreman": ">= 12.0.1",
"@theforeman/vendor-dev": ">= 12.0.1",
"@theforeman/test": ">= 12.0.1",
"babel-eslint": "^10.0.0",
"eslint": "^6.8.0",
"eslint-plugin-patternfly-react": "0.2.0",
"identity-obj-proxy": "^3.0.0",
"prettier": "^1.19.1"
}
}