@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
38 lines (37 loc) • 1.01 kB
JSON
{
"name": "@patternfly/react-tokens",
"version": "6.6.0",
"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",
"tag": "prerelease"
},
"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.mjs",
"clean": "rimraf dist"
},
"devDependencies": {
"@adobe/css-tools": "^4.4.4",
"@patternfly/patternfly": "^6.6.0",
"fs-extra": "^11.3.3"
},
"gitHead": "6f2385bbcc03de22a7ae8be506481e1b4d653200"
}