@pantheon-systems/pds-design-tokens
Version:
Design Tokens for the Pantheon Design System
37 lines (36 loc) • 853 B
JSON
{
"name": "@pantheon-systems/pds-design-tokens",
"description": "Design Tokens for the Pantheon Design System",
"version": "1.2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"provenance": false
},
"homepage": "https://pantheon.io",
"keywords": [
"Pantheon",
"Design System",
"Design Tokens"
],
"main": "index.js",
"files": [
"build"
],
"scripts": {
"build:tokens": "node ./scripts/build-custom.js && node ./scripts/build-custom-figma.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pantheon-systems/pds-design-tokens.git"
},
"author": "pantheon-systems",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pantheon-systems/pds-design-tokens/issues"
},
"devDependencies": {
"prettier": "^2.8.3",
"style-dictionary": "^3.7.2"
}
}