forked from patternfly/patternfly-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.hbs
More file actions
46 lines (46 loc) · 1 KB
/
Copy pathpackage.json.hbs
File metadata and controls
46 lines (46 loc) · 1 KB
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
{
"name": "{{name}}",
"version": "1.0.0",
"description": "{{description}}",
{{#if buildsWithTypescript }}
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
{{else}}
"main": "lib/index.js",
{{/if}}
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly-react.git"
},
"keywords": [
"react",
"patternfly"
],
"author": "Red Hat",
"license": "MIT",
"bugs": {
"url": "https://github.com/patternfly/patternfly-react/issues"
},
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"scripts": {
{{#if buildsWithTypescript}}
"clean": "rimraf dist"
{{/if}}
},
"dependencies": {},
"devDependencies": {
{{#if buildsWithTypescript}}
"tslib": "1.13.0",,
"typescript": "^3.8.3"
{{/if}}
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
}
}