@uswds/tokens
Version:
Collection of USWDS tokens for use across projects
43 lines (42 loc) • 945 B
JSON
{
"name": "@uswds/tokens",
"version": "1.0.0-pre-alpha",
"type": "module",
"description": "Collection of USWDS tokens for use across projects",
"directories": {
"bin": "./bin"
},
"exports": {
"./json/*": "./src/tokens/*",
"./scss/*": "./dist/tokens/scss/*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node src/style-dictionary/color.config.js",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/uswds/uswds-tokens.git"
},
"keywords": [
"ui",
"uswds",
"tokens",
"open source",
"united states",
"usa",
"u.s.",
"government",
"websites"
],
"author": "18F",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/uswds/uswds-tokens/issues"
},
"homepage": "https://github.com/uswds/uswds-tokens#readme",
"dependencies": {
"style-dictionary": "4.3.2"
}
}