-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1009 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "@teamtailor/design-tokens",
"version": "0.6.14",
"description": "Teamtailor Design tokens",
"main": "dist/index.js",
"author": "Dev <[email protected]>",
"license": "MIT",
"scripts": {
"build-transform-light": "npx token-transformer tokens.json tokens/light.json Light,color spectrum",
"build-transform-dark": "npx token-transformer tokens.json tokens/dark.json Dark,color spectrum",
"build-transform-spectrum": "npx token-transformer tokens.json tokens/spectrum.json Spectrum,color",
"build-transform": "yarn build-transform-spectrum && yarn build-transform-light && yarn build-transform-dark",
"build-styledictionary": "node style-dictionary.build.js && tsc",
"build": "yarn build-transform && yarn build-styledictionary"
},
"devDependencies": {
"lodash": "^4.17.21",
"style-dictionary": "^3.7.0",
"typescript": "^4.6.3"
},
"volta": {
"node": "16.14.0",
"yarn": "1.22.17"
},
"repository": "github:Teamtailor/design-tokens"
}