Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iaade5d67478a437673f2bc2a18e9fb676a6a6964
33 lines
823 B
JSON
33 lines
823 B
JSON
{
|
|
"name": "@frozendev/tokens",
|
|
"version": "1.0.0",
|
|
"description": "FrozenDev Electronics design tokens",
|
|
"type": "module",
|
|
"main": "outputs/js/tokens.mjs",
|
|
"exports": {
|
|
".": "./outputs/js/tokens.mjs",
|
|
"./css": "./outputs/css/tokens.css",
|
|
"./scss": "./outputs/scss/_tokens.scss",
|
|
"./tailwind": "./outputs/js/tailwind.mjs",
|
|
"./android": "./outputs/android/frozendev_colors.xml",
|
|
"./ios": "./outputs/ios/FrozenDevColors.swift"
|
|
},
|
|
"files": [
|
|
"outputs/",
|
|
"tokens/"
|
|
],
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"preview": "node scripts/preview.mjs tokens build/color-preview.html"
|
|
},
|
|
"keywords": [
|
|
"design-tokens",
|
|
"frozendev",
|
|
"color",
|
|
"style-dictionary"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"style-dictionary": "^5.4.0"
|
|
}
|
|
}
|