-
Notifications
You must be signed in to change notification settings - Fork 382
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 984 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 984 Bytes
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
{
"name": "@patternfly/react-tokens",
"version": "5.2.0-prerelease.6",
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"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": {
"generate": "yarn clean && node scripts/writeTokens.js",
"clean": "rimraf dist"
},
"devDependencies": {
"@patternfly/patternfly": "5.2.0-prerelease.7",
"css": "^2.2.3",
"fs-extra": "^11.1.1",
"glob": "^7.1.2",
"rimraf": "^2.6.2"
}
}