@pantheon-systems/pds-design-tokens
Version:
Design Tokens for the Pantheon Design System
35 lines (34 loc) • 875 B
JSON
{
"name": "@pantheon-systems/pds-design-tokens",
"version": "1.0.0-dev.161",
"description": "Design Tokens for the Pantheon Design System",
"homepage": "https://pantheon.io",
"keywords": [
"Pantheon",
"Design System",
"Design Tokens"
],
"main": "index.js",
"files": [
"build"
],
"scripts": {
"tokens:build": "node ./scripts/build-custom.js",
"pretokens:build:figma": "npm run tokens:build",
"tokens:build:figma": "node ./scripts/build-custom-figma.js",
"tokens:build:all": "npm run tokens:build:figma"
},
"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"
}
}