UNPKG

@kiwicom/orbit-design-tokens

Version:

Design tokens for Kiwi.com.

52 lines (51 loc) 1.29 kB
{ "name": "@kiwicom/orbit-design-tokens", "version": "10.0.1", "description": "Design tokens for Kiwi.com.", "main": "dist/index.cjs", "module": "dist/index.js", "type": "module", "types": "./dist/index.d.ts", "engines": { "node": ">=22.0.0" }, "repository": { "type": "git", "url": "https://github.com/kiwicom/orbit", "directory": "packages/orbit-design-tokens" }, "files": [ "dist", "package.json", "README.md" ], "scripts": { "fetch:colors": "zx ./scripts/fetchBaseTokens.mjs", "check:types": "tsc", "test": "jest", "build": "yarn clean && yarn build:dictionary && tsup && yarn eslint --fix src/js/*.ts", "build:dictionary": "node --loader ts-node/esm ./src/dictionary/build.ts", "prepublishOnly": "yarn build", "clean": "del-cli dist output src/js/createTokens.* src/js/defaultFoundation.*" }, "author": "Kiwi.com", "license": "MIT", "keywords": [ "orbit", "ui", "design", "tokens" ], "devDependencies": { "@types/lodash": "^4.17.7", "figx": "^0.1.3", "lodash": "^4.17.21", "memfs": "^3.5.1", "style-dictionary": "^3.8.0", "xml": "^1.0.1" }, "dependencies": { "color2k": "^2.0.3" }, "gitHead": "e9ff99b735207e0d95327e1423d029b308e5462b" }